ios-samples/MidiTest
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07:00
..
MidiTest Switched to 64-bit only builds. 2018-08-07 14:13:47 +01: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 Jusjohns gallery updates (#376) 2019-07-18 16:35:50 -07:00

README.md

name description page_type languages products technologies urlFragment
Xamarin.iOS - 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... sample
csharp
xamarin
xamarin-ios
miditest

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