Oli Larkin
Oli Larkin
statics are not correct in IPlugOSC to permit multiple instances of plug-ins using OSCSender/OSCReceiver.
Investigating leaks on windows using the CRT, https://docs.microsoft.com/en-us/visualstudio/debugger/finding-memory-leaks-using-the-crt-library?view=vs-2019 If I enable leak detection like this, with IPlugEffect APP, x64 debug, NANOVG GL2 ```diff --git a/IPlug/IPlug_include_in_plug_hdr.h b/IPlug/IPlug_include_in_plug_hdr.h index 93924d5abf19ee955841c53293cd9f00d9f977d4..5f563374c85a17620cef2d10798b3ce28fe25088 100644 ---...
Since enabling transient IGraphics contexts ( so that no textures et cetera are loaded onto the GPU until plug-in user interface is required), there is a noticeable lag seeing the...
When changing the audio driver settings in the standalone preferences on windows, the .exe will often hang when switching from DS to ASIO
Live (cocoa) and Reaper don't work Logic 9 does
possibly also a problem in plugins http://forum.cockos.com/showpost.php?p=1358755&postcount=344
http://www.martin-finke.de/blog/articles/audio-plugins-002-setting-up-wdl-ol/#comment-1096437312
probably due to issue described here: https://developer.digidesign.com/index.php?L1=5&L2=13&L3=56
seems to only be on german language windows http://forum.cockos.com/showthread.php?t=130358
This didn't used to be the case. Here is a test project demonstrating the problem: https://github.com/olilarkin/TestNVGMetal/blob/master/TestNVGMetal/Renderer.m#L13