Dmitry Vedenko

Results 128 comments of Dmitry Vedenko

I have rebased and force-pushed. I removed `ShowClientInterface` override as well.

Please consider the *expected* design, not the one currently implemented for the effect UI dialog.

I have fixed the issues found during the previous run

I think #3220 fixes this as well

I think I can no longer reproduce this issue

My bad, I saw x42 and ignored that this is about a different plugin

Unfortunately it doesn't. This appears to be an issue with this specific plugin, but I'm trying to figure it out anyway.

There is no problem in Ardour on Windows. My wild guess - we have to update LV2 SDK. This is a quite large and complicated task though, so probably we...

On Windows the crash is inside LV2 SDK. To be precise - `instance->descriptor->cleanup(instance->handle)` in `suil_instance_free`. This is why I guess that our host SDK is too old. I've tried to...

I guess some behavioral change. I wonder if there is a way to check, that the host version is compatible with plugin version, but I haven't studied it enough. >ffmpeg...