send_to_bus script: fix typo in prior commit

This commit is contained in:
Ben Loftis 2022-07-01 10:11:05 -05:00
parent 2b250a5639
commit 4ecb19d9ee
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function factory () return function ()
chn = mst:n_inputs ():n_audio ()
end
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 tracks = ARDOUR.RouteListPtr () -- create a new list