Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# sysx
HTML/Javascript based MIDI SYSEX editing tools

Goals
-----
1. Render all editable sysex parametes as a javascript object
### Goals

1. Render all editable sysex parameters as a javascript object
2. Make it possible to "transcribe" a specificaiton manual to instrument definition
3. Allow for open ended interface design using HTML components
3. Allow for open ended interface design using HTML components

### To run
1. `git clone git@github.com:midispecs-org/sysx.git`
2. `cd sysx`
3. `npm install`
4. `npm start --open`

#### _Notes_
* _this was forked for reference and updated based on the repo at [sicmind/sysx](https://github.com/sicmind/sysx)._
* _while the code is incomplete, there are some solid ideas here around abstracting MIDI / Sysex communication with hardware._
124 changes: 15 additions & 109 deletions dist/js/gui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading