Alex Harker
Alex Harker
@olilarkin - it looks like the code here only takes the last of all the parameter changes for a given parameter. We grab the number of points: int32 numPoints =...
I've pushed an (untested) reworking here. https://github.com/iPlug2/iPlug2/tree/VST3/paramqueue @dylan-snow - can you test this? @olilarkin - can you take a look at this for discussion?
I have a fix for this and the issue when changing 4Char IDs. At the moment the plist files get copied before the python script has run, so there is...
The python script, however, needs chopping in two (a resource part and a plist part)
See https://github.com/iPlug2/iPlug2/tree/project/update-plists
@olilarkin - can you take a look at the branch - I think this is fully done for iPlugEffect but I'd like to go through it with you and then...
Thanks. The issue is clear from the code (although as noted the pattern here should be to pass the argument to AttachControl for correct operation for now at least). This...
Actually right now we need the discussion and not PRs until we've decided what is *right*. This will be best done with one person doing all backends. @olilarkin - can...
Thanks for the info. @Youlean. I'm far from expert in text layout but the issue of translating deisgns from common graphics package is something I was aware of and we're...
@olilarkin - can you start that branch by pulling in the latest NanoVG changes (which alters their approach to text size anyway - https://github.com/memononen/nanovg/pull/558)?