Dplug
Dplug copied to clipboard
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
> I downloaded the free version of the Graillon Plugin on Mac and it only works once, then crashes the second time I attempt to use the plugin on any...
Currently in VST2 (and possibly AU), changing parameters and switching between presets modify presets in memory. Doesn't affect user sessions. Because of Studio One calling setProgram after setting a bank...
- should verify than the .min and .max of the enum used match the parameter - currently you can make a mistake in the number of labels, or a mistake...
``` on Windows => some leaks reported by Dr Memory and Inspector On Mac => we leak some resources (shared lib handles, cocoa classes even) mainly because pragma(crt_destructor) didn't exist...
Some plugin dev: > If you use productbuild or whatever it's called, I think I remember it's only a flag that needs to be set, and it runs natively under...
Its internal buffer size is fixed, and won't change if the sampleRate change. Hence, queue size should be given in milliseconds, and resizing could be supported.
Need a Hi-DPI screen to test, but now that resizing works well on Mac shouldn't be too difficult (at least to force a smaller scale and benefit from sharp pixels).
We really want separate alpha planes. Use PNG transparency to have a separate alpha for : - diffuse - material - depth - emissive - emissive hovered - emissive dragged...
- Variable shadow length for short shadows (~19 pixels) - Highlight is size-dependent too, which is the biggest problem - Depth to normal angle - Analyze what is size-dependent
> Hello Auburn Sound support, I have installed the free version of your Graillon 2 plugin on my Mac to be used with Audacity. I was able to install the...