Hello!
I'm currently maintaining foo_dsp_continuator, a cross fading plugin. It works well.
The only problem is that the DSP plugin gets unloaded(destructor is called) and a new dsp instance is created when a another track is double clicked for playback. But I want to crossfade this tracks (optional), too. Any ideas to avoid this?
Wiesl