mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
move LuaOSC into Ardour namespace
This commit is contained in:
parent
56a41b9347
commit
75e34b291b
2 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ end
|
|||
function factory (params)
|
||||
return function (signal, ref, ...)
|
||||
local uri = params["unique"] or "osc.udp://localhost:7890"
|
||||
local tx = LuaOSC.Address (uri)
|
||||
local tx = ARDOUR.LuaOSC.Address (uri)
|
||||
-- debug print (stdout)
|
||||
-- print (signal, ref, ...)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue