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

add OSC control #44

Open
jgastonraoul opened this issue Jan 26, 2011 · 3 comments
Open

add OSC control #44

jgastonraoul opened this issue Jan 26, 2011 · 3 comments

Comments

@jgastonraoul
Copy link
Member

Add Open Sound Control protocol to allow ELIOS to be remotely controlled by other software...

Read more about OSC here : http://opensoundcontrol.org/introduction-osc

Some example apps :

@jgastonraoul
Copy link
Member Author

Two libraries might be interesting :

But they are quite old... So if we find newer libs, it could be better...

@acollign
Copy link
Member

JavaOSC is alive and hosted on github [0] !

[0] https://github.com/hoijui/JavaOSC

@jgastonraoul
Copy link
Member Author

To begin with this functionnality, I think we can try to implement this :

  • /elios/subnet/{0-15}/universe/{0-15}/channel/{1-512} {value : 0-255}
  • /elios/subnet/{0-15}/universe/{0-15}/table {value1 : 0-255} {value2 : 0-255} ... OR {first channel : 1-512} {value1 : 0-255} {value2 : 0-255}
  • /elios/currentuniverse/channel/{1-512} {value : 0-255}
  • /elios/currentuniverse/table {value1 : 0-255} {value2 : 0-255} ... OR {first channel : 1-512} {value1 : 0-255} {value2 : 0-255}
  • /elios/currentuniverse {subnet : 0-15} {universe : 0-15}

@ghost ghost assigned acollign Apr 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants