First time here? Check out the FAQ!
x

Multiple OSC arguments sent to pacarana is unmapped

0 votes
395 views

I'm trying to send osc to my pacarana, but according to the OSChelper my arguments are *unmapped* when I try to send multiple arguments. As long as I only try to send one argument with my osc messages it's no problem, and when I send a few selected OSC messages like /osc/widget i can send as many arguments i like, but when i try for example /monome/grid/key I can only send one argument and as soon I put on multiple arguments they show up in the OSChelper's eventlog as unmapped. How do I avoid my arguments being *unmapped* and actually carry a value?

Here is a screenshot of my eventlog. The first four oscmessages is sent from berkeley-libs sendOSC, then a few messages, the ones crossed out, from a runaway max-patch, and then the rest of the messages are sent from osculator and max, triggered by my monome grid.

asked Apr 6, 2018 in Controllers, OSC & MIDI by anders-skibsted (Adept) (1,320 points)
I changed all my arguments to floats, and it seems to work now...

1 Answer

+2 votes
 
Best answer
We have added support for multiple argument integer OSC messages to the next update of Kyma (available sometime in the next few days)

In the meantime, as you have already discovered, you can use multiple argument float OSC messages.

Thanks for pointing this out!
answered Apr 7, 2018 by ssc (Savant) (127,060 points)
selected Apr 8, 2018 by anders-skibsted
...