summaryrefslogtreecommitdiff
path: root/scripts/tomsloop.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-27 05:03:10 +0200
committerRobin Gareus <robin@gareus.org>2017-09-27 05:03:10 +0200
commiteb928b05e98260d6e2079b104b75267058633a1d (patch)
tree3f4d2300a70ebfac4bd067477e660eff84f6d670 /scripts/tomsloop.lua
parent53fb2f62353e48a71896da0d4e54ee394e917f86 (diff)
More s/frame/sample/ -- Lua Scripts
Sadly this breaks existing loaded scripts. C'est la vie.
Diffstat (limited to 'scripts/tomsloop.lua')
-rw-r--r--scripts/tomsloop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tomsloop.lua b/scripts/tomsloop.lua
index 4c04d32fbd..db1d35a92f 100644
--- a/scripts/tomsloop.lua
+++ b/scripts/tomsloop.lua
@@ -171,7 +171,7 @@ function factory (params) return function ()
local itt = ARDOUR.InterThreadInfo () -- bounce progress info (unused)
local loop = Session:locations ():auto_loop_location ()
- local playhead = Session:transport_frame ()
+ local playhead = Session:transport_sample ()
-- make sure we have a loop, and the playhead (edit point) is after it
if not loop then