p0nce
p0nce
NSIS snippet to check if a file exists already ``` ; examinates if installation program exists and it is running MessageBox MB_OK "Test" IfFileExists "$PROGRAMFILES64\VSTPlugins\Witty Audio CLIP It-64.dll" 0 skipcheck...
Fixed in 5485580e4456302c865998c9606a9992e127431f For VST2 and VST3 but not AAX/LV2/FLP. The installer warns to close the DAW when it detects a plugin cannot be written to.
Related to tree state (State stage 2) in some way.
Yes it's very annoying on Windows, and it's easy to do I think.
Reference for possible composite operations: https://www.w3schools.com/tags/playcanvas.php?filename=playcanvas_globalcompop Is globalCompositeOperation implementable? - `source-over` the only one we support. * the rasterizer currently does: `dest = dest * (1 - alpha) + alpha...
From my understanding: - We have only "Over" right now. - We could have "Xor" and "Atop" rather easily. - Desirable GIMP blending = Add, Multiply, Lighen Only, Darken Only,...
Implemented sourceOver, add, subtract. We don't follow html spec here, in that background alpha is always assumed to be opaque (= 255). (EDIT: added lighten and darken modes too) Eventually...

Is there a way to do it while maintaining compat for 1-1 and 2-2 plugins? would be awesome... else it will be extra painful to have differet path for "bus"...
Could be done with futureBinState, but a long term better solution would be to instead use external config files.