IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
I would like to use iannix to send OSC messages to another program.
While testing it, I have discovered some limitations on the OSC messages:
1) Impossible to include a comma in the message
2) When sending an underscore, like in "my_arg", the underscore is replaced by a space
3) You cannot send more than 10 arguments. While it should be OK for most use cases, would it be possible to raise this limit?
4) Impossible to concatenate some variables. like for example x=cursor_value_x
I would like to use iannix to send OSC messages to another program. While testing it, I have discovered some limitations on the OSC messages: 1) Impossible to include a comma in the message 2) When sending an underscore, like in "my_arg", the underscore is replaced by a space 3) You cannot send more than 10 arguments. While it should be OK for most use cases, would it be possible to raise this limit? 4) Impossible to concatenate some variables. like for example x=cursor_value_x