Releases: michaelwillis/dragonfly-reverb
Releases · michaelwillis/dragonfly-reverb
1.9.2-beta
- Attempt to reduce DSP load
1.9.1-beta
- Changed minimum decay time to 0.1 seconds, maximum oversample to 3.0
- Updated presets, made all rooms sound smaller
- Went back to a prior revision of DPF to test CPU load.
1.9.0-beta
- New experimental Dragonfly Room reverb, based on Freeverb3 ProG.
- Original Dragonfly Reverb has been renamed to Dragonfly Hall Reverb.
1.1.4
1.1.3
- Compile option to use system libsamplerate by setting env var
SYSTEM_LIBSAMPLERATE
- Updated to latest DPF: DISTRHO/DPF#90
1.1.2
- Fixed bug that caused some dials to show one number when behaving like a different number.
- MacOS Reaper shouldn't do this anymore: https://www.youtube.com/watch?v=cJen6BnAPcE
- Slight tweaks to UI dimensions
- Updated credits text
1.1.1
- Fixed
Width
dial to always show proper value. - Prevent
Decay
dial from going down to 0.0, which sometimes caused a burst of loud white noise. - Possible fix for spectrogram display bug that would sometimes show a hot white full rectangle.
1.1.0: Decay Time Dial
This is an experimental release that introduces a new dial that controls decay time.
Previously the decay time was a function of the room size: size / 20
. In other words, a room size of 20m would have a decay time of 1s, 40m would have a decay time of 2s, etc. This release allows independent control of room size and decay time, allowing for large halls with abrupt short decay times, or smaller rooms that have a longer echoing characteristic.
This version should be backward compatible; projects using Dragonfly Reverb v1.0.0 should be able to load this new version, and the decay time will default according to the previously selected preset.
1.0.0
Remove debug output, remove rc3 from version
1.0.0 Release Candidate 3
Minor bug fixes:
- REAPER should now correctly display plugin name.
- Fixed spectrogram size, no longer touches right border.