Skip to content

DryWetMIDI 1.0.0

Compare
Choose a tag to compare
@melanchall melanchall released this 26 May 04:22
· 1308 commits to master since this release

It's the first release of the DryWetMIDI. It allows:

  • 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 written 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 library of this version via NuGet, download archive with dll below this message or build it from sources.