Page 14 of 17

Re: Dragonfly Hall Reverb

Posted: Wed Dec 12, 2018 6:12 pm
by Michael Willis
JamesPeters wrote:While changing room size (with the width parameter set around 100%), the sound seemed to "collapse" to mono.
This is fixed in the latest release: Dragonfly Reverb 1.1.2

For anybody following along, I think that the plugin has finally stabilized in terms of features; It doesn't really need any more dials. I will continue to address bug reports, but you can consider the plugin ready to use without having to worry about future releases breaking backward compatibility.

In fact, projects using v1.0.0 can update to the latest without breaking backward compatibility; the new "decay time" dial is programmed to have a reasonable setting for projects that were using any version of Dragonfly back to v1.0.0.

Re: Dragonfly Hall Reverb

Posted: Thu Dec 13, 2018 12:09 am
by ufug
I finally started playing around with Dragonfly. It's very nice and I look forward to putting it to work. Congrats and thank you for all your efforts Michael!

Re: Dragonfly Hall Reverb

Posted: Thu Dec 13, 2018 12:12 am
by Michael Willis
ufug wrote:I finally started playing around with Dragonfly. It's very nice and I look forward to putting it to work. Congrats and thank you for all your efforts Michael!
Good stuff, let me know how it goes! I'd love to hear the music you make with it.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 1:23 pm
by bluebell
I made a "git pull". I can't build it anymore:

Code: Select all

hm@regen:~/src/dragonfly/2018-12-15$ make
Makefile:7: dpf/Makefile.base.mk: No such file or directory
make: *** No rule to make target `dpf/Makefile.base.mk'.  Stop.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 3:32 pm
by Michael Willis
bluebell wrote:I made a "git pull". I can't build it anymore:

Code: Select all

hm@regen:~/src/dragonfly/2018-12-15$ make
Makefile:7: dpf/Makefile.base.mk: No such file or directory
make: *** No rule to make target `dpf/Makefile.base.mk'.  Stop.
There were some significant changes to the structure of the makefiles a few months back when updating to a newer version of Distrho Plugin Framework. Try `make clean` and then `make`. If that doesn't work, Try cloning the project anew and then `make` will hopefully work.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 3:46 pm
by bluebell
Cloning it again helped. Thanks. Will now play around with it.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 4:36 pm
by bluebell
WOW! That's a Reverb Plugin of the finest quality. Kudos for the presets! It works great for thickening drums due to the fact that early and late reflections can be levelled separately.

I noticed a slight bug: The window with the diagram is sometimes just plain white, although the reverb works perfectly, at least the LV2 version in my Qtractors.
dragonfly.jpg
dragonfly.jpg (77.52 KiB) Viewed 1691 times

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 6:17 pm
by Michael Willis
bluebell wrote:WOW!
Thanks! :D
bluebell wrote:I noticed a slight bug:
Oh no! I thought I fixed that... I haven't seen it on Ardour for the last couple of versions. Blah...

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 6:32 pm
by bluebell
Take all the time you need to fix it without changing anything else :)

Backward compatibility is important since I'll use it for my recent song. I like the reverbs even more than my collections of impulse responses for Klangfalter.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 6:49 pm
by lilith
Ardour? Qtractor.

Re: Dragonfly Hall Reverb

Posted: Sat Dec 15, 2018 7:10 pm
by Michael Willis
lilith wrote:Ardour? Qtractor.
I meant that I had seen this bug while using Ardour, and now I don't.

Re: Dragonfly Hall Reverb

Posted: Sun Dec 16, 2018 8:51 am
by bluebell
Michael Willis wrote:
lilith wrote:Ardour? Qtractor.
I meant that I had seen this bug while using Ardour, and now I don't.
I opened my song with the LV2 plugin three times in Qtractor and the part of the window was always white.
Then I started the standalone version. Display was ok.
Since then opening the song in Qtractor and openingthe GUI was ok.

Does it write something into the filesystem?

Re: Dragonfly Hall Reverb

Posted: Sun Dec 16, 2018 3:10 pm
by Michael Willis
bluebell wrote:Does it write something into the filesystem?
No, all state is controlled by the plug-in host (the daw). To render the spectrogram, it has a separate instance of the reverb algorithm. It simulates a burst of white noise and then runs the algorithm through its course, collecting the frequency response with a few transform algorithm.

I think the problem is that sometimes the separate instance of the reverb algorithm doesn't get initialized properly, and ends up having garbage output that is shown as a solid white spectrogram.

Try creating a new qtractor project. My guess is that you will see the bug again when you open dragonfly reverb for the first time in the new project. Something happens asking working on the project, saving state, and reloading that makes it work again.

Re: Dragonfly Hall Reverb

Posted: Sun Dec 16, 2018 3:52 pm
by lilith
I had this bug also in REAPER, but sometimes it's gone, sometimes not. The width of the solid white area can also change.

Re: Dragonfly Hall Reverb

Posted: Sun Dec 16, 2018 7:26 pm
by bluebell
Michael Willis wrote:
bluebell wrote: Try creating a new qtractor project. My guess is that you will see the bug again when you open dragonfly reverb for the first time in the new project. Something happens asking working on the project, saving state, and reloading that makes it work again.
Opened Qtractor, loaded Dragonfly into the Master out, UI is displayed properly :-/