Page 1 of 1

Chromatic Only: Custom Push Scale Colors

Posted: Fri May 01, 2015 5:44 pm
by Geminiclub
Hey guys,

As we all know, push is a little over lit so I've customized my push colors mostly by blackening pads. In Diatonic mode theres just no reason to have every single pad lit up so I just have my roots in Dark Grey.

However this becomes a problem in chromatic mode.

What I'd to have is this

In Key:
class Instrument:

NoteBase = Rgb.DARK_GREY

NoteScale = Rgb.BLACK

NoteNotScale = Rgb.BLACK

NoteInvalid = Rgb.BLACK

Feedback = Rgb.RED

FeedbackRecord = Rgb.RED.shade(1)

NoteAction = Rgb.RED


and in Chromatic...
class Instrument:

NoteBase = Rgb.WHITE

NoteScale = Rgb.DARK_GREY

NoteNotScale = Rgb.BLACK

NoteInvalid = Rgb.BLACK

Feedback = Rgb.RED

FeedbackRecord = Rgb.RED.shade(1)

NoteAction = Rgb.RED



Is it Possible to separate the two color schemes? Or are there work arounds, possibly with Clyphx?