open-stage-control icon indicating copy to clipboard operation
open-stage-control copied to clipboard

[Feature] Osc Query implementation

Open mattbeghin opened this issue 5 months ago • 1 comments

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...

mattbeghin avatar Sep 26 '24 08:09 mattbeghin