Alex Harker
Alex Harker
Thanks @sstillwell, but again I find this confusing - the UI is created on the main thread and the timer is also called on the main thread - therefore it...
I do have EnableMouseOver(true) set. Any further info on platform/plugin formats would be gratefully received. Stack traces for the problematic calls would be super helpful (what is the full sequence...
Hi @rexmartin158 - thanks for taking the time to go through it, but I'm not confused about what you are seeing I have followed all of that - what I...
In general you probably shouldn't keep pointers to controls any more ini plug2 - you should use tags IMO. Agreed @sstillwell that GetUI() should be sufficient, but isn't - the...
Also @sstillwell - if I can get a full trace for the call that crashes/would crash without the additional check that would help a lot.
Thanks @rexmartin158 - this is a really good start and it might be: A - AAX specific B - specific to what you do in OnParamChange() (C - both -...
If you try 2 and it still crashes we might get a different stack trace, also...
Hi @rexmartin158. Thanks for looking into this further. I'm not sure I totally follow the issue with the version of OnParamChangeUI() you override. The default for the two parameter version...
What overrides do you have in your plugin - this sounds likely to be an issue that has arisen in your code, rather than an issue with iplug2 (given that...
Apologies - I missed that reading in email form as the posts were made. The overrides are all fine. Thanks for helping narrow this. The SwapBuffers call swaps back and...