bitfocus / companion-module-generic-osc

Companion Module
MIT License
3 stars 14 forks source link

send multiple arguments in the same generic OSC message #3

Closed jgastonraoul closed 2 years ago

jgastonraoul commented 4 years ago

Using the Generic OSC module, I try to send multiple arguments in the same message. For example : /osc/path 1 2 "test" 3.5 Is there a way to do that ? If I try to use the "send message" action, it understand the whole message as the path (by putting everything between quotes) and it is unreadable on the other side...

josephdadams commented 4 years ago

I submitted a pull request for this functionality. Tested it on my end so once approved, please test it, @jgastonraoul And let me know.