send_to_bus script: fix typo in prior commit
This commit is contained in:
parent
2b250a5639
commit
4ecb19d9ee
@ -12,7 +12,7 @@ function factory () return function ()
|
|||||||
chn = mst:n_inputs ():n_audio ()
|
chn = mst:n_inputs ():n_audio ()
|
||||||
end
|
end
|
||||||
mst = nil -- explicitly drop reference
|
mst = nil -- explicitly drop reference
|
||||||
if chn = 0 then chn = 2; end
|
if chn == 0 then chn = 2; end
|
||||||
|
|
||||||
local sel = Editor:get_selection () -- get selection
|
local sel = Editor:get_selection () -- get selection
|
||||||
local tracks = ARDOUR.RouteListPtr () -- create a new list
|
local tracks = ARDOUR.RouteListPtr () -- create a new list
|
||||||
|
Loading…
Reference in New Issue
Block a user