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