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.
- Host: GitHub
- URL: https://github.com/wohali/polysix
- Owner: wohali
- License: bsd-3-clause
- Created: 2017-03-15T00:34:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T07:16:40.000Z (over 8 years ago)
- Last Synced: 2025-01-19T18:17:57.426Z (9 months ago)
- Topics: cassette, converter, patch, synthesizer
- Language: Python
- Size: 9.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --versionOptions:
-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 --textNotes:
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._