Skip to content

Files

Latest commit

 

History

History
 
 

MidiTest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
name description page_type languages products 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
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 intercept 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.

Author

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