mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix jump out of local scope
This commit is contained in:
parent
43078f7e88
commit
d4f4342bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ function factory (params) return function ()
|
||||||
end
|
end
|
||||||
|
|
||||||
print ("bounced " .. n_regions_created .. " regions from loop range (" .. loop:length() .. " frames) to playhead @ frame # " .. playhead)
|
print ("bounced " .. n_regions_created .. " regions from loop range (" .. loop:length() .. " frames) to playhead @ frame # " .. playhead)
|
||||||
::errorout::
|
|
||||||
|
|
||||||
-- when this script is called as an action, the output will be printed to the ardour log window
|
-- when this script is called as an action, the output will be printed to the ardour log window
|
||||||
function print_help()
|
function print_help()
|
||||||
|
|
@ -274,5 +273,6 @@ function factory (params) return function ()
|
||||||
print("See also: Lua Action Bounce+Replace Regions")
|
print("See also: Lua Action Bounce+Replace Regions")
|
||||||
print("")
|
print("")
|
||||||
end -- print_help()
|
end -- print_help()
|
||||||
|
::errorout::
|
||||||
end -- end of anonymous action script function
|
end -- end of anonymous action script function
|
||||||
end -- end of script factory
|
end -- end of script factory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue