-
https://github.com/iPlug2/iPlug2/blob/6a288dc007368eb8cdab418d4bed348c5b4a940c/IPlug/IPlugPaths.mm#L162
isAppExtension could be disabled as if you load iOS plugin on macOS it will crash the host as…
-
Reaper now runs on linux and WDL/Swell has GDK support
It shouldn't be hard to make the stand-alone app run with Linux and to then implement LV2 support. there are two branches for this with the b…
-
hi! great plugin, can you make a linux .clap please!
-
**Describe the bug**
Hello,
Recently I came across to this awesome project and trying tutorials in the Wiki page.
But if I run the `Example/duplicate.py` in Windows terminal(PowerShell), the code …
-
My testing indicates that compiling with Clang gives a noticeable (on the order of 10%) speed improvement - likely because it optimizes the Eigen matrix code a bit better than the VS compiler.
It p…
-
Work on https://github.com/iPlug2/iPlug2-private/commits/serialize-iplug-version
-
would be nice to integrate the class here into IPlugProcessor for optionally FTZing denormals:
https://github.com/iPlug2/iPlug2/blob/master/WDL/denormal.h
-
My VST folder is not on drive C so I have to manually move the files over.
I can see remnants of such code in https://github.com/essej/sonobus/blob/main/release/wininstaller.iss - so why was it dis…
-
possibly related to changes in 907e38e
I have experienced this several times when debugging in xcode and hitting command-Q
Thread 1 Queue : com.apple.main-thread (serial)
#0 0x00007fff71082866 …
-
```
void IGraphicsNanoVG::EndFrame()
{
const float width = std::ceil(Width() * GetDrawScale());
const float height = std::ceil(Height() * GetDrawScale());
nvgEndFrame(mVG); // end main …