mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
tom's-loop: Allow pasting at loop-end (needs future rework after nutempo)
This commit is contained in:
parent
8207b545d1
commit
e6b8a0d95b
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ function factory (params) return function ()
|
||||||
goto errorout
|
goto errorout
|
||||||
end
|
end
|
||||||
assert (loop:start () < loop:_end ())
|
assert (loop:start () < loop:_end ())
|
||||||
if loop:_end () >= playhead then
|
if loop:_end () > playhead then
|
||||||
print_help();
|
print_help();
|
||||||
print ("Error: The Playhead (paste point) needs to be after the loop.")
|
print ("Error: The Playhead (paste point) needs to be after the loop.")
|
||||||
goto errorout
|
goto errorout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue