telex_scales
scale generator for the TELEX modules
This is a simple python script to allow the conversion of Scala scales into the TELEX format. Please be kind - it is ugly and was done quite quickly.
Here are some steps to use it:
- Put some Scala scales in a subdirector (I used "scl/" and found them at the Scala site: http://www.huygens-fokker.org/docs/scales.zip).
- Reference the scales that you want in the order that you want in a text file; see "items.txt" for and example.
- Run the "table_builder.py" script and reference your input file. For example: python table_builder.py -i items.txt
- The script will output a "scales.cpp" file in your current directory.
- Cut and paste the two parts of the output into the corresponding areas of the "Quantizer.cpp" and the "Quantizer.h" files in your Arduino project directory for the TELEX.
- Deploy your updated code to your TELEX's teensy.
Hope it works for you!