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

Support for sending multiple parameters via OSC #1483

Open
IcedQuinn opened this issue Jul 21, 2023 · 5 comments
Open

Support for sending multiple parameters via OSC #1483

IcedQuinn opened this issue Jul 21, 2023 · 5 comments

Comments

@IcedQuinn
Copy link

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.

@jcelerier
Copy link
Member

jcelerier commented Jul 21, 2023

hi!
yes actually it's not the only software which has this kind of OSC API... I have a long-term plan of enabling custom scripting for OSC devices to define exactly how the address that shows up within ossia is mapped to the outside parameter, kepping you posted

@IcedQuinn
Copy link
Author

actually it's not the only software which has this kind of OSC API

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 have a long-term plan of enabling custom scripting for OSC devices to define exactly how the address that shows up within ossia is mapped to the outside parameter,

i might be around to brainstorm some interfaces. what other software is doing this? i might go take a look.

@IcedQuinn
Copy link
Author

Hello, Just waking this up to note that I'm still tracking the issue.

@jcelerier
Copy link
Member

hello! yes, sorry, not forgetting this - there's just a lot of small bugfixes to come before

@IcedQuinn
Copy link
Author

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. /scene/item/move int int

@IcedQuinn IcedQuinn changed the title Support for sending OSC bundles Support for sending multiple parameters via OSC Jul 9, 2024
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