-
Yesterday, I built debug vst2 versions of the Faust example project on Mac and windows. The windows version works fine. The Mac version successfully builds but can't find/open stdfaust.lib. Using git,…
-
I'm not sure if this is an issue with RESVG or not.
I need to build a debug build static lib of resvg that links the MT_StaticDebug version of the MSVCRT. This works with the cairo backend, but fai…
-
ends up confusing icontrols with mousedowns received and dblclicks for the same events
-
Please make OnParamReset in IPlug/IPlugEditorDelegate.h virtual. OnParamReset is called only when restoring state, and there are cases where a plugin might want special handling when restoring state.
-
I can't determine when exactly this occured, but since few days plugins don't load in Plugindoctor (win-x64, VST2/3). Debug mode shows it fails the assert, I guess it was in IPlugAPIBase::SetHost kHos…
-
SyntaxError: expected expression, got '
-
I'm experiencing an occasional crash when quitting my application and destroying the Nanovg context. There is a message on the console,
BUG IN CLIENT OF LIBDISPATCH: Semaphore object deallocated…
-
Trying to create a midi effect (midi in, midi out, no audio processing).
On a mac, after downloading the VST3 SDK, I was able to compile a VST3 plugin from the IPlugInstrument example and load it i…
-
Trying to update to the latest Metal NanoVG on this branch https://github.com/iPlug2/iPlug2/tree/graphics-updatenvg
Latest version switches to use ARC, but there are some other modifications too. W…
-
For iPlug2's faust support it would be great just to tell people "install the latest faust release", rather than maintaining a separate faust build in the iPlug2 dependencies folder. If the macOS and …