wohali / polysix

Korg Polysix patch dumper for WAV files captured from cassette.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <infile> <outfile> [--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.

About

Korg Polysix patch dumper for WAV files captured from cassette.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%