Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/MIDIDevice.sc: Further specifying addSpec. Patching up ↵ | David Runge | 2018-03-19 | 1 | -32/+30 |
| | | | | | | connectPassThroughs (has to be moved). Implementing connectStates. | ||||
* | classes/MIDIDevice.sc: Adding connected states, if recycling states from before. | David Runge | 2018-03-18 | 1 | -1/+3 |
| | |||||
* | Adding classes/MIDIState{,Manager}.sc, taking care of early stages of state ↵ | David Runge | 2018-03-18 | 1 | -2/+58 |
| | | | | | | management. Making constructors more readable. Adding MIDIStateManager to USBMIDIIsm. Creating/recycling states for new and re-recognized MIDI devices. | ||||
* | classes: Adding first draft of USBMIDIIsm, allowing setting up and ↵ | David Runge | 2018-02-02 | 1 | -0/+148 |
connecting of devices. Mappings for Korg nanoKONTROL2 and ICON Platform M+ are included in the respective classes. MIDIDevice.sc serves as the common parent for all further specific implementations. |