| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2012-11-12 |
|
[3ffa90] Added binaries to .gitignore |
| README | 2012-10-15 |
|
[7244b8] Initial Commit |
| TODO | 2012-11-12 |
|
[81611c] "-f" find dupes option |
| dx7dump.cpp | 2014-07-09 |
|
[5d303d] Print out expected checksum |
Yamaha DX7 Sysex Dump Copyright 2012, Ted Felix (www.tedfelix.com) License: GPLv3+ Takes a Yamaha DX7 sysex file and formats it as human readable text. The format is also conducive to using diff (or meld) to examine differences between patches. Based on info from: http://homepages.abdn.ac.uk/mth192/pages/dx7/sysex-format.txt Build: g++ -o dx7dump dx7dump.cpp