CPLUG
CPLUG copied to clipboard
C wrapper for VST3, AUv2, CLAP audio plugin formats
AudioUnit does not seem to report parameter updates to the host if audio is not running. Easy to reproduce on Max/MSP, where the audio engine can be enabled or disabled...
I took the liberty of doing some of the changes we discussed. This includes using `CplugHostContext` everywhere instead of AUv2Plugin, CLAPPlugin and so on, removing `CPLUG_NUM_PARAMS` and calling `cplug_getParamCount()` instead,...
Is there a way to change things that aren't typically changed dynamically? I have two things in mind: - I have a linear phase equaliser that changes the latency it...
Hi! How about the possibility of [LV2](https://github.com/lv2) support some day? Thanks.
Added a simple example to build a gain slider plugin with imgui. I haven't fully explored the repo and I may have misunderstood some things, feel free to correct things...
This is not an actual "issue", but an alternative idea about hot-reloading. I do it this way, so I thought I'd share it 🙂 Unlike CPLUG, I don't have any...