-
I believe the DC and HDGLC(?) are not getting set/reset correctly
some work here:
https://github.com/iPlug2/iPlug2/tree/graphics-winglcontexts
-
The examples show that a corner resizer is attatched inside the layout function (`mLayoutFunc = [&](IGraphics* pGraphics) { pGraphics->AttachCornerResizer(kUIResizerSize, false);...`). If the boolean …
-
I get the following error when building a VST2 version of my plugin:
```
1>d:\dev\iplug2\iplug\vst2\iplugvst2.h(20): fatal error C1083: Cannot open include file: 'aeffectx.h': No such file or dire…
-
Stand-alone app features shortcuts for various debug options and triggering the preferences dialogue, but these aren't working on Windows
-
I observed a small mount of memory being leaked inside IGraphicsNanoVG::EndFrame(), which seems to be rooted in calling `nvgEndFrame(mVG)`. The allocations are represented as 64 byte allocations in th…
-
At first it appeared to work
Installing cairo
Tarball Present...
Unpacking...
Configuring...done.
Building...done.
cairo Installed!
but didn't end up where expected.
cannot open `/Use…
-
this example draws 10 blue filled rectangles next to each other ontop of a red background. when the plug is loaded and drawscale =1, they align perfectly and the whole everything is blue. on resizing …
-
IPattern is used a lot in IGraphicsPathBase. every time a path is stroked or filled a IPattern is created which resizes a WDL_TypedBuf for the color stops, even though most likely only have a sing…
-
Steps to reproduce:
- create a instance of the plug-in
- resize with the corner resize
- close the plug-in interface
- reopen the interface
= dimensions are same as when closed, but mouse …
-
I built the example IPlugEffect as a VST3 plugin, and it was automatically copied to my 64 bit VST3 folder. Now I have FL set up to output some audio through an insert, but putting IPlugEffect in betw…