DX7 Voice Data Sheet #990
Banana71
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
Very cool. Makes it a lot easier to see what's in a patch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've developed a small Python program to convert a DX7 voice from a .syx file into a Voice Data Sheet. This is useful if you want to share a patch in plain text on a site like Reddit, where you can't upload files directly.
The tool is called dx7sheet.py and it's pretty easy to use.
How to Use:
Put the dx7sheet.py script and your .syx bank files in the same folder.
Run the script from your terminal (python dx7sheet.py). On Windows, you can also just double-click the included start.bat file.
The tool will show you a list of all .syx files it found. Just type the number of the bank you want to open.
Next, you'll see a list of the 32 voices in that bank. Type the number of the patch you want to convert.
That's it! The data sheet will be printed to the screen and also saved as a .txt file in a new "Sheet" folder.
Example Output
The output is a clean text file that's easy to copy and paste anywhere:
The script is released under the MIT License, so feel free to use or change it however you like.
You can grab the script and find more info on my GitHub page:
github.com/Banana71/DX7Sheet
Hope it's helpful for some of you!
Beta Was this translation helpful? Give feedback.
All reactions