mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Consistent C++ & Lua Namespace/Class names + documentation.
This commit is contained in:
parent
e0e98d45d4
commit
57b7698312
5 changed files with 181 additions and 20 deletions
|
|
@ -28,7 +28,7 @@ end
|
|||
function factory (params)
|
||||
return function (signal, ref, ...)
|
||||
local uri = params["unique"] or "osc.udp://localhost:7890"
|
||||
local tx = OSC.Address (uri)
|
||||
local tx = LuaOSC.Address (uri)
|
||||
-- debug print (stdout)
|
||||
-- print (signal, ref, ...)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue