8000 GitHub - akx/reascale-js: Reaper .reascale files in machine-readable formats
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akx/reascale-js

Repository files navigation

reascale-js

Reaper .reascale files in machine-readable formats.

Usage

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

Omnibus files

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.

Scale file copyrights

The source Reascale files are copyright their original authors, acquired from the Reaper Stash. They are reproduced in this repo for usability reasons.

0