Haematite v0.4.0 is now released! You can get the source by cloning this Fossil repository and checking out tag v0.4.0:
$ fossil clone https://chiselapp.com/user/MistressRemilia/repository/Haematite
$ cd Haematite
$ fossil checkout v0.4.0
Notable changes in v0.4.0 relative to 0.3.1:
- Breaking change: The
MidiFileSequencerclass was renamedSequencer. - Added support for the MUS file format.
- Added the
SequencedFileclass to serve as a base class for supported formats. - The
MidiFileclass now inherits fromSequencedFile. - Added support for the MVerb reverb effect.
- Added
Synthesizer#bypassReverbandSynthesizer#bypassChorus. - Minor internal cleanups.