fbpx


The MIDI Forum

  Thursday, 25 May 2017
  0 Replies
  12.1K Visits
0
Votes
Undo
  Subscribe
Hi,

I'd like to present .NET library to work with MIDI files – DryWetMIDI.

https://raw.githubusercontent.com/melanchall/drywetmidi/develop/Resources/NuGet/1.0.0/icon.png

With the library you can:


  • Read, write and create Standard MIDI Files (SMF). It is also possible to read RMID files where SMF wrapped to RIFF chunk.
  • Finely adjust process of reading and writing. It allows, for example, to read corrupted files and repair them, or build MIDI file validators.
  • Implement custom meta events and custom chunks that can be write to and read from MIDI files.
  • Easily catch specific error when reading or writing MIDI file since all possible errors in a MIDI file are presented as separate exception classes.


You can get the latest version of the DryWetMIDI via NuGet or you can build it from sources.
There are no replies made for this post yet.