Colors values R G B for Lemur Scripting ... 127 ??
Posted: 27 Feb 2012 15:43
Hello,
First of all, let me say I am new to your community, I do not own a iPad yet, but if it works with Lemur to drive a RME UFX sound card (standalone) for my little group on stage, I think it will fit my needs ! This SoundBoard is great, but difficult to manage in standalone with just a knob and two buttons.
As I do not have an iPad (well, the new one is about to be released ...), I prefer to learn how to programm my own templates, and I downloaded the Lemur Editor, read some programmation example, and I started to build my own little simple template.
This tool is fantastic !
As I progress in Lemur scripting (that seems to be very powerfull !!!), I start to programm simple things such as :
"When I click on a button "Echo" or "Reverb", That's off : I want all all the colors of the faders, knobs, menus and text of the "Echo" container to turn Grey (so I see the Echo is Off on the Ufx). When I click back on 'Echo', that's "on" and I want all the original colors of knobs and faders to re-appear.
Now I finaly did this (and woww it works !!), but to do so, I had to find what exact R G B values were calculated for the attribute 'color' of the various available objects.
Correct me if I'm wrong, but it is stated everywhere in the user's manual :
So I searched a little (because you know, I wanted a uniform Grey for my objects), and I have the feeling that R, G, B values must be between 0 and 127.
I also hope that the new iPad (with a higher resolution ???), will be compatible with the Lemur Application.
Does any one of you use a RME UFX with success on an iPad with Lemur ? (I know the manufacturers of the UFX do a great job to implement all commands to make it possible, and I often read their valuable forum).
First of all, let me say I am new to your community, I do not own a iPad yet, but if it works with Lemur to drive a RME UFX sound card (standalone) for my little group on stage, I think it will fit my needs ! This SoundBoard is great, but difficult to manage in standalone with just a knob and two buttons.
As I do not have an iPad (well, the new one is about to be released ...), I prefer to learn how to programm my own templates, and I downloaded the Lemur Editor, read some programmation example, and I started to build my own little simple template.
This tool is fantastic !
As I progress in Lemur scripting (that seems to be very powerfull !!!), I start to programm simple things such as :
"When I click on a button "Echo" or "Reverb", That's off : I want all all the colors of the faders, knobs, menus and text of the "Echo" container to turn Grey (so I see the Echo is Off on the Ufx). When I click back on 'Echo', that's "on" and I want all the original colors of knobs and faders to re-appear.
Now I finaly did this (and woww it works !!), but to do so, I had to find what exact R G B values were calculated for the attribute 'color' of the various available objects.
Correct me if I'm wrong, but it is stated everywhere in the user's manual :
If I am correct, the maximum value of 8.355.711 cannot be obtained with 1x2^16+1x2^8+1=65.793Note that the value of the color attribute can range from 0 to 8355711: ((R x 2^16) + (G x 2^8) + B), where R, G and B are values between 0.00 and 1.00.
So I searched a little (because you know, I wanted a uniform Grey for my objects), and I have the feeling that R, G, B values must be between 0 and 127.
I also hope that the new iPad (with a higher resolution ???), will be compatible with the Lemur Application.
Does any one of you use a RME UFX with success on an iPad with Lemur ? (I know the manufacturers of the UFX do a great job to implement all commands to make it possible, and I often read their valuable forum).