extremely basic backup for your patches. offload them from your synth to text files on your computer, and put them back another time.
- mido (
pip install mido)
- clone this git repository:
git clone https://github.com/r-b-g-b/SH201Librarian.git cd SH201Librarian
dumps all of your user patches to .syx files
python librarian.py --backup_directory DIRECTORY --backup_prefix PREFIX --ioport_name MIDIIOPORTNAMEDIRECTORYis the path to the directory you want to save toPREFIX(optional) a filename prefix to keep things organized
python librarian.py --patch_path PATCHPATH --program_number PROGRAMNUMBERPATCHPATHis the path to the .syx file you previously savedPROGRAMNUMBERis the slot on your keyboard you want the patch to go to. this can be expressed as a number from 0-31 or the letter/number combo, i.e.A4,D2, etc.
python librarian.py -h will print mostly this info