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

[Feature] Osc Query implementation #855

Open
mattbeghin opened this issue Sep 26, 2024 · 1 comment
Open

[Feature] Osc Query implementation #855

mattbeghin opened this issue Sep 26, 2024 · 1 comment

Comments

@mattbeghin
Copy link

Osc Query is a protocol to solves main lacks of OSC: https://github.com/Vidvox/OSCQueryProposal
With OSC Query, a client app like Open Stage Control can request an OSC "server" its addresses, their type, their current value (through http or websocket) and even ask the Osc Query server to send new values each time one or multiple addresses change (through websocket only)

A friend was doing an installation and told me MadMapper doesn't send OSC when Open Stage Control starts up. Of course it doesn't because MadMapper is not aware that a new OSC client was started. OSC Query would solve this situation but it would also make simplier to generate an interface for a remote (by knowing the list of addresses, their type, value range etc.)

Osc Query was implemented in a bunch of apps: MadMapper, VDMX, Vezér, Chataigne, Touch Designer, Millumin...

@jean-emmanuel
Copy link
Owner

Given the time spent on new features (not much), it has little to zero chance to happen I'm afraid. I'm leaving this open as a reminder, just in case.

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