Pad Brightness
Pad Brightness
Push's pads can be overbearing in a dark room, I find myself regularly switching to session mode just for relief. Is there a way dim them??
Re: Pad Brightness
do you have the power adapter plugged in? first thing would be to unplug that if you do, its only there to provide extra brightness
Re: Pad Brightness
I do not have it plugged in.
Re: Pad Brightness
You would have to use the same method for changing colors as described in this thread (make sure you use the current script for 9.0.5 if that is what you are using)
viewtopic.php?f=55&t=192043
To make a particular pad color dimmer you would use this protocol:
NoteBase = Rgb.LIME
That would be a pad in LIME color with full brightness
NoteBase = Rgb.LIME.shade(1)
THis would be one step dimmer
NoteBase = Rgb.LIME.shade(2)
2 steps dimmer
viewtopic.php?f=55&t=192043
To make a particular pad color dimmer you would use this protocol:
NoteBase = Rgb.LIME
That would be a pad in LIME color with full brightness
NoteBase = Rgb.LIME.shade(1)
THis would be one step dimmer
NoteBase = Rgb.LIME.shade(2)
2 steps dimmer
Re: Pad Brightness
Got it working, now I can play at night without the strain. THANK YOU!!