A little OSC wishlist

Apologies for posting some of this for a second time, but there are a few things I would love to see in the eos OSC implementation..


1/ add the parameter group to "/eos/out/active/wheel/1   pan [10]"

so maybe change the return to pan [10] focus or add to the sending - although this could be a breaking change?


2/ Allow the querying of a channel or parameter current value

maybe /eos/get/channel/1 and /eos/get/channel/1/intensity

I am also not clear how the parameter queries work, as some parameter names have spaces (which can't be used in OSC arguments)

3/ Allow request of all active channels (as per active channel display)

maybe /eos/get/activeChannels (which could return an array of CHAN, INT)

4/ allow subscribe to changes in active channels

so once you have queried the above as per 3, you can then subscribe to recieve changes to those levels

5/ Allow a method of understanding the current mode of a parameter (ie is a gobo wheel in index or spin mode)

6/ Allow a method of receiving the names of the step (rather than just the basic value)

7/ A neat way of doing next/last which both only cycles through channels in the current flexi set, but also transmits all wheels each time this is called.. /eos/key/next is a bit intermittent as to how it behaves


Think that's it for now - if some of this is already possible then do tell!


Many thanks

Related