summaryrefslogtreecommitdiffstats
path: root/classes/PlatformMPlus.sc
Commit message (Collapse)AuthorAgeFilesLines
* classes/{NanoKontrol2,PlatformMPlus}.sc: Fixing adding of elements to ↵HEADmasterDavid Runge2018-03-191-156/+152
| | | | reflect connectStates and created MIDIdefs in MIDIDevice.
* Adding classes/MIDIState{,Manager}.sc, taking care of early stages of state ↵David Runge2018-03-181-2/+3
| | | | | | 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 Runge2018-02-021-0/+463
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.