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.

16 lines
721 B

6 months ago
# abstract
6 months ago
here are two scripts for converting `.scl` files to sunvox's own pitch format
6 months ago
they are:
6 months ago
- `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
6 months ago
- `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
6 months ago