Reaper .reascale files in machine-readable formats.
You can use the convert.py tool to generate machine-readable formats or JavaScript of your own Reascale files.
# Convert a single file
python3 convert.py < my.reascale > my.js
# Convert multiple files into single omnibus
python3 convert.py --omnibus my-omnibus.js *.reascale
# Convert multiple files into respective .jsen
python3 convert.py --single-files *.reascale
# Convert multiple files into respective .jsen into another directory
python3 convert.py --single-files --dest-dir foo *.reascale
# Convert multiple files into respective .jsen into another directory and an omnibus in /dev/null
python3 convert.py --omnibus /dev/null --single-files --dest-dir foo *.reascale
The included omnibus.js script and omnibus.json files
contain all of the scales from the files in sources/
in deduplicated form.
To regenerate this file, run make omnibus
.
The source Reascale files are copyright their original authors, acquired from the Reaper Stash. They are reproduced in this repo for usability reasons.
- Exotic.reascale by Aeolian1
- ZD-Ultimate.reascale by zappadave
- ZD-basic.reascale by zappadave
- ZD-complete with chords laptop ed.js by zappadave
- ZD-complete-plus.reascale by zappadave
- ZD-complete.reascale by zappadave
- ZDScaleWorld.reascale by zappadave
- skylars.reascale by mister_happy
- xasman.reascale by Xasman