Hi, I’m a beginner in Touch Designer and OSC, I hope my question isn’t too stupid…
I try using a UDP Out DAT + an Execute DAT to send OSC messages to renoise (a tracker software). This works fine for ‘commands’ with arguments e.g. triggering a note:
Now where I’m stuck is when there are no arguments. In order to start play in renoise, there’s the OSC address /renoise/transport/start without arguments.
So I think I need something like this:
Off the top of my head I know that -s will expect something for it to work correctly, so put -s ? even though you arn’t specifying any arguments. Let me know if that works.
It’s also possible the command avoids sending if it has no arguments, which is something i’ll look into soon and fix, if that’s the case.
having sort of a boolean true in mind. This gave me an error message in renoise, complaining about too many arguments. (so it recognizes /renoise/transport/start)