Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iyadassaf/supersimplemidiin
Simple MIDI in code that receives note and control messages using the CoreMIDI framework
https://github.com/iyadassaf/supersimplemidiin
Last synced: about 2 months ago
JSON representation
Simple MIDI in code that receives note and control messages using the CoreMIDI framework
- Host: GitHub
- URL: https://github.com/iyadassaf/supersimplemidiin
- Owner: IyadAssaf
- Created: 2013-06-29T19:28:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T23:04:34.000Z (over 11 years ago)
- Last Synced: 2024-04-16T00:02:45.694Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SuperSimpleMIDIIn
=================Simple MIDI in code that receives note and control messages from MIDI controllers using the OSX CoreMIDI framework. Made as a simple example to help others when starting out with the CoreMIDI framework.