-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support for sending multiple parameters via OSC #1483
Comments
hi! |
i have taken to calling it "RPC style" because it reflects how remote procedure calls and HTTP work more than traditional OSC. maybe it would be more appropriate to call it REST? not sure. would love to know if there is a proper name for this.
i might be around to brainstorm some interfaces. what other software is doing this? i might go take a look. |
Hello, Just waking this up to note that I'm still tracking the issue. |
hello! yes, sorry, not forgetting this - there's just a lot of small bugfixes to come before |
hello! it looks like there is still no way (outside of writing a fully custom device?) to interact with software that has multiple parameters? ex. |
I've made progress on this recently through the implementation of Bitfocus companion modules. e.g. given /scene/item/move then sending an impulse to /scene/item/move would send One thing that is not too clear to me:
you want both Maybe there could be thus two attributes on nodes:
What do you think ? |
Hello! I am writing from an issue in another project which has OSC adapters. This project supports OSC endpoints however it uses bundles to send the parameters. So rather than something like
/foo/volume
you have to send/foo
with a string and integer parameter. I'm already in talks with the other project to perhaps have a more traditional OSC interface added. But came over here to open a discussion about supporting bundled parameters as well.The text was updated successfully, but these errors were encountered: