# 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