managed-midi aims to provide C#/.NET API For almost-raw access to MIDI devices in cross-platform manner with the greatest common measure so that it can be "commons" either on Mono or .NET, everywhere, as well as standard MIDI file manipulation and player functionality.
This .NET library provides convenient, threadsafe access to MIDI devices. It does this by binding to the Win32 API with P/Invoke and then wrapping that in an object-oriented API which feels right at home in C# / .NET.
DryWetMIDI is the .NET library to work with MIDI files and MIDI devices. It allows:
* Read, write and create Standard MIDI Files (SMF). It is also possible to read RMID files where SMF wrapped to RIFF chunk.
* Work with MIDI devices: send/receive MIDI data, play back and record MIDI data.
* Finely...
More information
C# library for reading, writing, and manipulating MIDI (*.mid) files.
This package is a .NET Standard fork of the original repository: https://github.com/stephentoub/MidiSharp
Provides raw decode of MIDI messages to common MIDI formats with specific focus on lighting application. THis library does not allow you to recieve or send MIDI, it purely decodes the raw MIDI data.