Page 1 of 1
Pad Brightness
Posted: Mon Jul 29, 2013 4:22 am
by 10110101
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
Posted: Mon Jul 29, 2013 4:47 am
by ezelkow1
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
Posted: Mon Jul 29, 2013 4:54 am
by 10110101
I do not have it plugged in.
Re: Pad Brightness
Posted: Mon Jul 29, 2013 5:20 pm
by deva
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
Re: Pad Brightness
Posted: Tue Jul 30, 2013 2:33 am
by 10110101
Got it working, now I can play at night without the strain. THANK YOU!!