fix copypaste bug

This commit is contained in:
Mirko Kunze 2019-04-07 22:48:56 +02:00 committed by GitHub
parent 7e0f6be1ed
commit 53444d90d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ end
function factory (params)
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)
-- debug print (stdout)
-- print (signal, ref, ...)