Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benkristofic/DD500_editor
Editor for the Boss DD-500
https://github.com/benkristofic/DD500_editor
Last synced: 3 months ago
JSON representation
Editor for the Boss DD-500
- Host: GitHub
- URL: https://github.com/benkristofic/DD500_editor
- Owner: benkristofic
- Created: 2017-08-29T00:46:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T10:20:30.000Z (over 7 years ago)
- Last Synced: 2024-05-22T19:33:27.420Z (6 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DD-500 Editor
An editor for the Boss DD-500 delay pedal.
This is a browser-based editor. It uses [web midi](https://webaudio.github.io/web-midi-api/), which is currently only supported by Google Chrome or Opera. The editor is tested in Chrome on OSX.
If you have any question, please send me an email: [email protected]
## Download and use
- Click on the green clone or download button.
- Click on Download ZIP
- Unzip the file
- Open index.html in Chrome or Opera## Manual
- Connect your DD-500 to your computer with a USB A/B cable or via a midi interface.
- Select the DD-500 or midi interface from the menu in the top left corner. If you don't see the pedal, please restart your browser
- Select a bank from the bank-selector menu. The editor will load all the parameter values from the pedal.
- You can edit every parameter available from the screen. When you change a parameter it will upload direct to the pedal and save it in the selected bank.### Save a preset:
- Click on Save Patch and all the parameter values will be saved to a JSON-file. The name of the JSON-file is the name of the preset.
- The file will be saved in your downloads folder.### Load a preset:
- Click on Load Patch and select the JSON file you want to store to the pedal.
- With a click on import patch the preset will be stored to the selected bank.
- it will overwrite all parameters in that bank on the pedal, so be carefull.### random
There is a random function. Just hit random and wait. It's completely random so don't expect mindblowing presets. But it might be fun to start a new patch with.### to do:
- Implement a patch backup function before overwriting with a new preset.
- suggestions? Send me an email!