Page 1 of 1

Osc Control of Colour

Posted: Mon Nov 12, 2012 4:06 pm
by Mattgraham
is it possible to have osc control of Colour (red, Green, blue) In the same way you can with Beam and Iris?

Posted: Wed Nov 14, 2012 3:24 pm
by admin
You can assign a command line to any MIDI or OSC message. To specify a sub channel such as red, green or blue, you use channel.subchannel. So, if you have a fader that sends a value from 0 to 1 and you want to control the red of channel 157, the command line would look like this: 157.23@%p
Green would be 157.24@%p
Blue would be 157.25@%p

The built-in commands for the controls window such as CCIntensity address the faders in that window. There is no specific fader for red, green, blue or other misc. sub channels. So, in the latest build of LXConsole, it is possible to address other sub channels in the controls window by their subchannel number. Keeping to the above example, actions that control red, green and blue would look like:

CC23@%p
CC24@%p
CC25@%p

This only applies to LXConsole build 5812 and later.

Posted: Fri Nov 16, 2012 1:40 pm
by Mattgraham
Thank you very much this works perfectly