mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
NO-OP; clean up script spacing and remove goto
This commit is contained in:
parent
44852aa529
commit
8d8666d041
1 changed files with 9 additions and 11 deletions
|
|
@ -18,11 +18,9 @@ function factory () return function ()
|
||||||
|
|
||||||
-- find selected *tracks*, add to tracks list
|
-- find selected *tracks*, add to tracks list
|
||||||
for r in sel.tracks:routelist ():iter () do
|
for r in sel.tracks:routelist ():iter () do
|
||||||
if r:to_track():isnil() then
|
if not r:to_track ():isnil () then
|
||||||
goto next
|
|
||||||
end
|
|
||||||
tracks:push_back (r)
|
tracks:push_back (r)
|
||||||
::next::
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if tracks:size () > 0 then
|
if tracks:size () > 0 then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue