Alex Harker

Results 191 comments of Alex Harker

The GUI doesn't draw when I do that. Note that I'm only override displayLayer under metal - if I do so also under GL I get just the background colour....

@olilarkin - reports that presentsWithTransaction = YES messes up skia, so that's not quite straightforward either.

@olilarkin will need to give details. I can't test easily at the moment, due to having a different build of skia. I am working off my branch as above. Adding...

Pretty sure that the Issue is in font stash.h line 160: static FT_Library ftLibrary; So ftLibrary is static and gets released twice. Unfortunately, this appears to be in how NanoVG...

Confirmed here: https://github.com/memononen/nanovg/issues/610

There's a fix for this on NanoVG now, but it will involve us fixing the text sizes.

This is probably one for @olilarkin, as I don't know these classes well at all, but from a quick glance, I think in these cases the fix would *probably* be...

We should include better support for UI gestures - rather than that at the moment which implies a single parameter change. We have only BeginInformHostOfParamChange() (and corresponding end), but we...

Can you make a pull request for this and link it to this issue please? The NChannelDelay is only used under VST3 and AAX to implement bypass latency compensation. For...

My bad - the delay gets used in AU and other formats too, so this needs a bit more investigation to see why it isn't apparent in more circumstances.