Chromatic Only: Custom Push Scale Colors

Discuss Push with other users.
Post Reply
Geminiclub
Posts: 11
Joined: Mon Jan 30, 2012 5:42 pm

Chromatic Only: Custom Push Scale Colors

Post by Geminiclub » Fri May 01, 2015 5:44 pm

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?

Post Reply