An open API service indexing awesome lists of open source software.

https://github.com/wohali/polysix

Korg Polysix patch dumper for WAV files captured from cassette.
https://github.com/wohali/polysix

cassette converter patch synthesizer

Last synced: 7 months ago
JSON representation

Korg Polysix patch dumper for WAV files captured from cassette.

Awesome Lists containing this project

README

          

# polysix
Korg Polysix patch dumper for WAV files captured from cassette.
Can dump to a raw hex file, or to a human-readable text file.

```
Usage:
polysix [--hex | --text] [-v]
polysix (-h | --help)
polysix --version

Options:
-h --help Show this screen.
--version Show version information.
-v Verbose mode.
--hex Dump patches as raw hexadecimal data. (default mode)
--text Dump patches as human readable text.

Examples:
polysix patches.wav patches.hex
polysix patches.wav patches.txt --text

Notes:
Supported input file formats: 8- and 16-bit WAV files of any sample rate.
(Use sox, ffmpeg, or Audacity to convert to WAV if necessary.)
```

_NOTE: If you have Korg Trident MkII cassette data, please send it my
way! I should be able to extend this program to process those cassette
files as well. If you can send text files with actual patch settings as
well, that would help me decode the switch positions._