-
Describe the bug
IPlugEffect compiled under OSX with CAIRO crashes during resizing
To Reproduce
Just compile IPlugEffect app and drag resize handle.
SigAbrt in IGraphicsCairo.cpp, UpdateCairoCon…
-
ITextControl does not update changes, but it does after GUI resize.
**To Reproduce**
Download current IPlug2. Compile IPlugControls example macOS-APP. Click "Label in button", select "Yes" or "No"…
-
see https://github.com/talaviram/SymbolFriendlyPlugIn
and
https://blog.cantabilesoftware.com/visual-studio-crash-dumps-a-guide-for-plugin-developers-5b2a666d94e2
-
#define PLUG_CHANNEL_IO “1-1 1-2 2-2”
#define PLUG_CHANNEL_IO “1-1”
#define PLUG_CHANNEL_IO “1-2”
Does not work correctly in the latest Logic, despite validating fine. Plug-in only shows up in st…
-
drag corner resizer...
```
void IGraphicsCairo::UpdateCairoContext()
{
if (mContext)
{
cairo_destroy(mContext); //asserts
Assertion failed: (s->stack->next != NULL), function CGG…
-
e.g. https://github.com/iPlug2/iPlug2/blob/master/IGraphics/Platforms/IGraphicsWeb.cpp#L329
-
##### Description of the problem
Hi!
Problem description:
I have a svg path with holes and i want to extrude geometry from it, everything is fine except usecase where i have a isolated inner figu…
-
**CHECK**
Issue
**Describe the bug**
https://iplug2.discourse.group/t/problems-with-distribution/203/4
**To Reproduce**
Compile the project. Sign the artifact and the installation package. In…
lah64 updated
4 years ago
-
**CHECK**
I couldn't build the IPlugEffect on linux (mint 20, really decent machine), with the Makefile, with the steps described there :
https://iplug2.discourse.group/t/linux-support-or-iplug2/88…
-
**Describe the bug**
When setting a new position of a IControl some controls are not properly redrawn.
**To Reproduce**
Test case here:
https://github.com/baktery/iPlug2/tree/issue_redraw_contro…