Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/MIDIState.sc: Adding update method to update data and banks (for now ... | David Runge | 2018-03-19 | 1 | -3/+51 |
* | classes/USBMIDIIsm.sc: Cleanup verbosity setting. Init MIDIStateManager with ... | David Runge | 2018-03-19 | 1 | -8/+5 |
* | classes/MIDIStateEvent.sc: Adding class to store MIDIState events. | David Runge | 2018-03-19 | 1 | -0/+17 |
* | classes/MIDIDevice.sc: Adding connected states, if recycling states from before. | David Runge | 2018-03-18 | 1 | -1/+3 |
* | classes/USBMIDIIsm.sc: Add try block, when initializing MIDIClient (might fai... | David Runge | 2018-03-18 | 1 | -9/+6 |
* | Adding classes/MIDIState{,Manager}.sc, taking care of early stages of state m... | David Runge | 2018-03-18 | 6 | -13/+154 |
* | USBMIDIIsm.quark: Adding quark file. | David Runge | 2018-02-02 | 1 | -0/+9 |
* | classes: Adding first draft of USBMIDIIsm, allowing setting up and connecting... | David Runge | 2018-02-02 | 4 | -0/+1031 |