CPLUG icon indicating copy to clipboard operation
CPLUG copied to clipboard

C wrapper for VST3, AUv2, CLAP audio plugin formats

Results 6 CPLUG issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

Hi! How about the possibility of [LV2](https://github.com/lv2) support some day? Thanks.

enhancement

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...

enhancement