Scale actions
With this action you can turn on, off the scale mode as well as setting the scale root and quality
USAGE:
SCALE
[] SCALE
toggles the scale mode
[] SCALE ON
[] SCALE OFF
turns scale mode ON / OFF
SCALEROOT
you either can set the scale root by number or by note name
[] SCALEROOT x
possible values are 0 to 11
0 is C, 1 is C#/Db, 2 is D etc.
or use note names:
[] SCALEROOT F
sets the root note to F.
SCALE TYPE
this let’s you choose the quality of the scale, you’ll find available scale names in the dropdown menu. I built this action to be forgiving about case sensitve or quotes etc.
e.g. to select Dorian as a scale
[] SCALETYPE "Dorian"
will work as well as
[] SCALETYPE dorian
or for Melodic Minor all of those should work:
[] SCALETYPE melodic minor
[] SCALETYPE "Melodic Minor"
[] SCALETYPE "meloDIc MInOR
This functionality was added in the recent update of ClyphX Pro 1.3.1.
Although it works exactly the same, the built in action is named SCL
where my action is named SCALE
. For compability reasons, I will keep this functionality as it is