You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
acheney 31d79fa2d3 readme modify 5 months ago
LICENSE add files 5 months ago
README.md readme modify 5 months ago
scl_to_curve3.pixi add files 5 months ago
scl_to_set_pitch.pixi add files 5 months ago

README.md

abstract

here are two scripts for converting .scl files to sunvox's own pitch format

they are:

  • scl_to_curve3.pixi: converts .scl files to a .curve16bit file for the multisynth's curve3. you can also specify a scale to map to 12 notes; the details to this process are in the file
  • scl_to_set_pitch.pixi: converts .scl files to a sunvox project with all of the notes in the tuning laid out as SP (set pitch) commands

to use these, download pixilang and run the .pixi file of your choosing. all of the information in the log will be displayed on the screen

credits

the program was written by me, except for the show_log() function, which was originally written by nightradio and modified by me