Skip to content

DryWetMIDI 5.0.0

Compare
Choose a tag to compare
@melanchall melanchall released this 21 Nov 17:34
· 369 commits to 6c591ff7663114d8139d4d0bf3f4133bad59eed9 since this release

Breaking changes

This version of the library has breaking changes:

Documentation

From now you can read complete library documentation on https://melanchall.github.io/drywetmidi. Here you can find information about every class and members of the library. API documentation is placed in API Documentation section.

Right now it's not full replacement for the library Wiki so please don't forget to look at Wiki also when you want to get more information on some topic.

New features

Small changes and bug fixes

  • Improved GetHashCode implementation for the library classes.
  • Fixed: notes order is invalid on collecting by NotesManager when notes are overlapped.
  • Fixed: PatternBuilder.MoveToPreviousTime doesn't work.
  • Fixed: playback starts immidiately if first event is meta event with delta-time greater than zero (#37).