update lua script to use new remote_id lookup API

This commit is contained in:
Robin Gareus 2016-05-31 23:51:05 +02:00
parent a03217c27f
commit d47fb0ccaf
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ function factory () return function ()
r:add_processor_by_index(proc, 0, nil, true)
end
r = Session:route_by_remote_id(1)
r = Session:get_remote_nth_route(1)
checksetup (r)
pi = r:nth_plugin(0):to_insert()