ios-samples/MidiTest
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
..
MidiTest Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Metadata.xml Add MidiTest sample 2014-02-25 14:56:33 -09:00
MidiTest.sln [MidiTest] Merge changes from Miguel 2014-04-03 10:21:32 -08:00
README.md Add MidiTest sample 2014-02-25 14:56:33 -09:00

README.md

Midi Test

This sample illustrates how to use CoreAudio to load and play a MIDI sequence from a file, and uses an AUGraph to play the notes with an instrument effect. A Virtual Endpoint is also created to interecept and display the MIDI messages as it runs. The sample is a port the 'MIDI Driven Animation using CoreMIDI in Objective C' sample code by Ben Smiley.

Authors

Original by Ben Smiley - http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c

Ported by Timothy Risi