Fred Jan, are you the author of Freeverb?
I have built a "ducking reverb". It's a lot of fun to play with.
I basically send note-on, note-off events
and modulate the "wet" parameter, with a large room size.
Eg., a note-on will trigger Wet to go to Attack_Val
(Usually a low Wet setting) in Attack_ms time.
Then a note-off will trigger sending Wet to Release_Val
(Usually a larger Wet setting) in Release_ms time.
The only problem is, the message changes occur
at control-rate, so I'm getting clicking.
My question is, is there any advantage or difference
in doing my Wet/Dry mixing internal to [Freeverb~]?
...as opposed setting freeverb to 0% dry and 100% wet
and mixing externally?
Of course I can get signal-rate mixing by using [line~]
if I do this externally.
Thanks,
BH