Thread: A few Reascales
View Single Post
Old 04-25-2019, 04:01 PM   #105
xpander
Human being with feelings
 
xpander's Avatar
 
Join Date: Jun 2007
Location: Terra incognita
Posts: 7,670
Default

Quote:
Originally Posted by ChristopherT View Post
it seems the JS scales are .txt files.
The scales for the JS: MIDI Snap To Key are in Reaper resource folder
\Data\ix_scales\ and are separate text files per scale. Their format is different than what reascale has, so you would have to make a new text file for every scale you'd like to put in there.

Example of harmonic minor

ix_scales
Code:
//Scale file. Each step should be on a new line and there should be no more lines after the final step.
0
2
3
5
7
8
11
Reascale
Code:
# .reascale files can be loaded into the REAPER MIDI editor, via the Key dropdown list.
#
# Type 0 is a scale, type 1 is a chord.
#
# Lines starting with '#' are ignored.
#
# To create a scale definition, place each interval number
# at the correct number of semitones from the left (root).
#
# For snapping to scale, all that matters is which values are not zero.
# The actual interval numbers are only used when transposing, and can be repeated.
# If needed (for exotic scales), use A=10, B=11, C=12.


0 "Harmonic Minor"    102304056007
xpander is offline   Reply With Quote