Hello, I’m sending OSC messages to Notch and it seams that Notch (builder) isn’t able to read OSC messages with multiple values for example /light int int float. Is there something that can be done?
Using the OSC Channel Value Index is not usefull because if i have 2 adresses that are:
/light 0 0 0.5
/light 0 1 1.0
and I set the index to 2 it take into account only the third value without even try to read the first or second value.
Is there a workaround?
Would really appreciate some help.