Skip to content
/ polysix Public

Korg Polysix patch dumper for WAV files captured from cassette.

License

Notifications You must be signed in to change notification settings

wohali/polysix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.