Haematite v0.3.1 is now released! You can get the source by cloning this Fossil repository and checking out tag v0.3.1:
$ fossil clone https://chiselapp.com/user/MistressRemilia/repository/Haematite
$ cd Haematite
$ fossil checkout v0.3.1
Notable changes in v0.3.1 and v0.3.0 relative to 0.2.0:
- Full integration with RemiAudio. RemiAudio now implements the reverbs, chorus, and other effects.
- Breaking change: dithering is now handled by RemiAudio;
AudioRenderer
classes only return Float32 or Float64 samples. - Multiple types of reverb are now supported.
- Added support for using
ZitaReverbSimple
, a simplified version ofZitaReverb
. - Added support for the
Schroeder
reverb.
- Added support for using
- Multiple interpolation modes are supported for the
HeraChorus
effect. - Support for MIDI controllers 71 (filter resonance) and 74 (filter cutoff). This lets you apply a lowpass filter on a MIDI channel's output.
- Selectable lowpass filter models for both the voices and channels.
- Soft clipping now happens at -0.3dB.
- Fixed nrpn and rpn handling. This fixes playback of Embodiment of Scarlet Devil MIDI files.