midi

post-image

Creating MIDI files in C#

16 July 2022 by Brian Hearn code, midi

Introduction I had a need to create a MIDI file stream for my new app Seed:Loops . The app is written in C# using Xamarin.Forms as it targets Android. The .net MIDI libraries out in the wild either concentrate on reading midi files, or take a dependency on Windows. My Solution I wrote a small library to do this for me and have released it under the MIT open source licence (i.

Continue Reading