ios-samples/CoreMidiSample
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
..
Resources [CoreMidiSample]Correcting errors in README, updating screenshots and icons 2013-10-22 13:53:08 +01:00
Screenshots [CoreMidiSample]Correcting errors in README, updating screenshots and icons 2013-10-22 13:53:08 +01:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CoreMidiSample.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
CoreMidiSample.sln Add CoreMidi sample 2012-02-16 01:17:46 -05:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md onboard missing samples 2019-08-01 19:45:18 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Core Midi Shows the basics of how to probe for the MIDI hardware and endpoints available on the system as well as sending a simple note... sample
csharp
xamarin
coremidisample

CoreMidi Sample

This sample shows the basics of how to probe for the MIDI hardware and endpoints available on the system as well as sending a simple note to all of the MIDI devices connected to the system.

For more information about CoreMidi in Xamarin.iOS, check the online API documentation that includes an explanation of the different pieces:

https://docs.microsoft.com/dotnet/api/CoreMidi