Alex Harker
Alex Harker
1 - Are you able to build with a non-GL graphics backend (i.e. skia cpu)? 2 - By touch do you mean mouse-over, or interact with it by clicking? I...
Sorry - question 2 is answered in your screen capture - it looks like the value in the control is wrong. From memory the numeric display is pulling the value...
OK - can you please place a breakpoint in IPlugVST2.cpp in these places: https://github.com/iPlug2/iPlug2/blob/c42e1da73734283f10db0c89f6199ab7cfa5fde5/IPlug/VST2/IPlugVST2.cpp#L534 https://github.com/iPlug2/iPlug2/blob/c42e1da73734283f10db0c89f6199ab7cfa5fde5/IPlug/VST2/IPlugVST2.cpp#L541 https://github.com/iPlug2/iPlug2/blob/c42e1da73734283f10db0c89f6199ab7cfa5fde5/IPlug/VST2/IPlugVST2.cpp#L849 Then on reload of the plugin can you see what the value of pos...
Can I confirm - the question was about reloading the plugin after save - are you saying that Cakewalk never calls through to "case effSetChunk" in this case? If so...
I'm just not set up with Cakewalk here. A tracer build is not a general debugging concept, but a configuration for building an iplug2 plugin that will post out when...
Thanks - that is an interesting lead, but it might be difficult to track down - I'll have a look when I can and see if there are any obvious...
Mac message boxes are modal and therefore one cannot close the plugin. Similarly, with web plugins you shouldn't be able to close the plug without closing the tab/component/browser window so...
Web message boxes are also modal, so we should look at what is in use on windows.
On Windows MessageBox is called, which should be modal, but there are some different types of modality available. I wonder in this case if the reaper window being closed is...
OK - I'll do some testing here and we'll think about whether we should be blocking the whole thread like this or not (which would at least match other platforms).