DryWetMIDI 6.1.3
Lazy reading/writing API
DryWetMIDI now provides ways to read/write data from/to a MIDI file sequentially token by token which allows to keep low memory consumption. Here the new methods and classes aimed for this task:
Small changes and bug fixes
- Added
EnumerateObjects
method to theGetObjectsUtilities
. - Fixed:
MidiFile.Equals
don't respectTimeDivision
. - Fixed:
Merger
skips objects sometimes (#225).