Trémus

Results 13 comments of Trémus

Interesting. A potential solution may look like this: ```C struct CplugHostContext { // [Any thread] VST3 & AUv2 only. Send parameter update to host void (*parameterChanged)(struct CplugHostContext* ctx, uint32_t eventType,...

The API change suggested above is now available on the develop branch https://github.com/Tremus/CPLUG/blob/c4114e92f4e9915f2226fd87fa6ab1d52b25ffb8/src/cplug.h#L51

> `cplug_getParamCount ` Good idea. This works well for finding the number of params on the fly. I'm thinking in order to notify the host of a change in latency,...

The suggested changes above have been made on a seperate branch https://github.com/Tremus/CPLUG/tree/api_redesign 9dc1c813db42e6d74e65670005179b94e05652c8 See `CPLUG_FLAG_RESCAN_LATENCY`

Good job man. I'm a bit busy to test this right now but I will get around to it and very likely merge this. Thanks for your help!

Sorry I have to close this without merging it. It currently conflicts with merged plugin builds discussed here https://github.com/Tremus/CPLUG/pull/9 I've started implementing some of the ideas we discussed in another...

I've considered it. **Question**: Do you know of any DAWs that support LV2, but do not support VST3 or CLAP? If there are none, creating an LV2 wrapper may not...

Thanks for sharing. These sounds like cool projects but my interest for CPLUG is to create plugins for DAWs. I don't see supporting LV2 worth my time yet. That may...

Thanks so much for doing this! I'll try building it soon. Just so you know if I accept the PR I'll convert your Python script to cmake to avoid adding...