- bmx2wav: rips all the waves out of a .bmx (Buzz) song to .wav. Handles mono, stereo, and the compressed wavetables.
- xs12sfz: converts a Jeskola XS-1 .xs1 instrument to .sfz + a folder of samples. One .sfz per preset, with key splits, root keys, loops, L/R stereo joined up, amp envelopes, and filter/mod-env sweep all carried over.
Code: Select all
python3 buzzconv.py bmx2wav song.bmx [outdir]
python3 buzzconv.py xs12sfz instrument.xs1 outdir]