Is there existing pangoscript to simulate the Color slider?

Is there a pangoscript that can generate the RGB values starting at red going through back to red again in the same way the Color slider does in the live control window? I've set up 3 colour channels and I want to assign a single slider or knob to each one, that slider will have the same effect as the Color slider in that it will sweep through all the colours and send the relevant RGB values to the channel.
The only way I can see to do this at the moment is using the 'ColorChannel.0.R/B/G' objects, but I'm only interested in using the colours at full saturation so don't need that level of control.

Is there a script somewhere that can mimick the behaviour of the Color slider so I can cycle through the full colour range at full saturation using a single slider/knob?

eg
@midi level 0x00, R=255,G=0,B=0
@midi level 0x40, R=0,G=255,B=255


This is obviously a workaround to using a touch screen to achieve the same thing :)
 
Back
Top