Active console wheels over OSC

Hello

One thing that has been missing from the OSC API and would make things like #lighthack much more useful is the ability for the console to output the current status of each encoder (in the same ways soft keys are sent out on an update) - this may Ben deliberate to keep the programming wing valuable but it’s very annoying as it severely limits what can be done. This would also allow me to make an LCD display to remind me what each wheel does on devices without their own LCD display as I miss the display from the old ions!

Thanks

Richard

Parents
  • You can get values of attributes on encoders over osc.  You just can't mimic what the encoders on a console are doing.  I have made several usb osc devices based on #lighthack that have displays and encoders which are labeled and pageable.  I know there is one person at least who has made one that sorts the current attributes and pages them in a similar manner to what the console does.  It just takes coding on the device side.  

    What you are looking for can be done but the coding is on the device side rather than the console side.  Each active wheel is assigned a number and is transmitted over osc with a name, value, and category number attached.

Reply
  • You can get values of attributes on encoders over osc.  You just can't mimic what the encoders on a console are doing.  I have made several usb osc devices based on #lighthack that have displays and encoders which are labeled and pageable.  I know there is one person at least who has made one that sorts the current attributes and pages them in a similar manner to what the console does.  It just takes coding on the device side.  

    What you are looking for can be done but the coding is on the device side rather than the console side.  Each active wheel is assigned a number and is transmitted over osc with a name, value, and category number attached.

Children
Related