HTML/Javascript based MIDI SYSEX editing tools
- Render all editable sysex parameters as a javascript object
- Make it possible to "transcribe" a specificaiton manual to instrument definition
- Allow for open ended interface design using HTML components
git clone [email protected]:midispecs-org/sysx.git
cd sysx
npm install
npm start --open
- this was forked for reference and updated based on the repo at sicmind/sysx.
- while the code is incomplete, there are some solid ideas here around abstracting MIDI / Sysex communication with hardware.