- 追加された行はこの色です。
- 削除された行はこの色です。
- CoreMIDI へ行く。
[[iOS/Audio]]
- Core MIDI Framework Reference
--https://developer.apple.com/library/ios/documentation/MusicAudio/Reference/CACoreMIDIRef/_index.html
* 入門 [#k62c73bf]
- Core MIDI その1 MIDIObject
-- http://objective-audio.jp/2008/06/core-midi-midiobject.html
- Core MIDI その2 MIDIPacketの受信
-- http://objective-audio.jp/2008/06/core-midi-midipacket.html
* サンプル [#sample]
- How to access MIDI devices with CoreMIDI
-- http://xmidi.com/how-to-access-midi-devices-with-coremidi/
- MIDI Monitor, SysEx Librarian
-- https://github.com/krevis/MIDIApps
- CoreMIDI-Wrapper
-- https://github.com/Volter9/CoreMIDI-Wrapper/blob/master/MIDIWrapper.m
- simple-midi-receiver
-- https://github.com/keijiro/simple-midi-receiver/blob/master/SimpleMIDIReceiver/SimpleMIDIReceiverAppDelegate.m
* 関連 [#rel]
- [[MacOSX]] | [[iOS]]
- [[MIDI]]