ios-samples/MidiTest
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
MidiTest Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +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 update readme, fix links 2019-07-23 13:26:12 -07:00

README.md

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