Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSC messages limitations #30

Open
cyberic99 opened this issue Jul 11, 2017 · 1 comment
Open

OSC messages limitations #30

cyberic99 opened this issue Jul 11, 2017 · 1 comment

Comments

@cyberic99
Copy link

cyberic99 commented Jul 11, 2017

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
@gjacquemin
Copy link
Member

Hi!

  1. and 2. : yes
  2. you can send more but not with the GUI (with scripts for examples)
  3. you can insert javascript between {}, for example {cursor_value_x*2+cursor_value_y}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants