Tidal
Tidal copied to clipboard
Support control values from Wekinator
Tidal is expecting something like /ctrl "speed" 0.5 whereas wekinator sends /speed 0.5, i.e. tidal wants the name of the control as an extra parameter in the OSC message, but wekinator puts it in the OSC path. Tidal probably needs an extra config option for this.
http://www.wekinator.org/detailed-instructions/
Hi! Can I still work on this issue?
I think so, though we've started using the controller for other messages as well, so it might be good for these messages to have a namespace. I'd suggest something like /ctrl/[param name], so you'd send /ctrl/speed 0.5 if you wanted to embed param name within the OSC path.
Closing as a duplicate of #677