bitfocus / companion-module-generic-osc

Companion Module
MIT License
3 stars 14 forks source link

allow generic OSC module to send a message with multiple arguments #2

Closed jgastonraoul closed 4 years ago

jgastonraoul commented 4 years ago

In the generic OSC module, we can send an int, a float, a string or a message. It would be better if the "message" action could send messages with multiple arguments.

Currently, if I try to send a "complex" message (ex : /osc/path 1 "test" 23.) with this action, it sends everything as the OSC path and nothing as an argument...

(my tests are currently done with version 1.4).

jgastonraoul commented 4 years ago

Sorry, as the issue moved from the main repository to the OSC module, I didn't find it and created a new one... So this one is a duplicate of #3.

josephdadams commented 4 years ago

No problem. Did you get a notification that I transferred it? Just curious. I try to comment that I’m moving it but don’t always. I will if notifications are not generated.

jgastonraoul commented 4 years ago

No notification. That's why I created a 2nd one...