Skip to content

Releases: michaelwillis/dragonfly-reverb

1.9.2-beta

01 May 03:50
Compare
Choose a tag to compare
1.9.2-beta Pre-release
Pre-release
  • Attempt to reduce DSP load

1.9.1-beta

30 Apr 02:30
Compare
Choose a tag to compare
1.9.1-beta Pre-release
Pre-release
  • 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

23 Apr 04:10
Compare
Choose a tag to compare
1.9.0-beta Pre-release
Pre-release
  • New experimental Dragonfly Room reverb, based on Freeverb3 ProG.
  • Original Dragonfly Reverb has been renamed to Dragonfly Hall Reverb.

1.1.4

17 Jan 04:58
Compare
Choose a tag to compare
1.1.4 Pre-release
Pre-release
  • Fix bugs reported by valgrind, hopefully fixes issue #37

1.1.3

10 Jan 01:49
Compare
Choose a tag to compare
  • Compile option to use system libsamplerate by setting env var SYSTEM_LIBSAMPLERATE
  • Updated to latest DPF: DISTRHO/DPF#90

1.1.2

12 Dec 17:43
Compare
Choose a tag to compare
  • 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

09 Dec 04:33
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release
  • 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

06 Dec 22:39
Compare
Choose a tag to compare
Pre-release

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

13 Nov 19:26
Compare
Choose a tag to compare
Remove debug output, remove rc3 from version

1.0.0 Release Candidate 3

11 Nov 03:12
Compare
Choose a tag to compare
Pre-release

Minor bug fixes:

  • REAPER should now correctly display plugin name.
  • Fixed spectrogram size, no longer touches right border.