Paul Licameli

Results 172 comments of Paul Licameli

You know I don't like this implementation. Revert it and attempt this instead, see if it works: VSTEffectWrapper has a base class VSTEffectUIWrapper and VSTEffectValidator inherits that base, only. Move...

On my macOS build, I can observe with the debugger that the first item tries to load the AudioUnit effect, the other, VST. But with either I get the crash...

It could be this plug-in, or at least in the free versions, is buggy and should be disabled. But then the plug-in loader process should filter it out.

What looks like a crash is not really a crash but an orderly call to `exit` -- however, with no courtesy explaining what is happening to the user. The foreign...

``` case audioMasterVersion: return (intptr_t) 2400; ``` Those lines of `VSTEffect.cpp` are visited by the foreign code of the VST version calling-back to us, before it exits. Some clue maybe...

> > It could be this plug-in, or at least in the free versions, is buggy and should be disabled. But then the plug-in loader process should filter it out....

> **Describe alternatives you've considered** Audacity's Labels provide a workaround but are far from ideal - not easy to lock to a waveform or clip position. > Can you document...

@dozzzzer It seems I am now reproducing this only for certain controls of certain effects. For instance, the dry/wet control of AUMatrixReverb. The pattern seems to be: If I already...

Does this problem bisect (coarsely) to @vsverchinsky 's work in commits 465d3eead5b0c84c9e8de97f1c4bd6afe64f18f7...f099a2e5f451cc6c024731fed1b7d00b2fc4c995 ?

Or the earlier work in 04e8f11004e1cec1f0a7780a067f3b8a8a3b2399...12db358d745e23def115646ffebbbfe7f4bc7dc0 ?