Replies: 2 comments 1 reply
-
|
I think it's perfectly reasonable for the answers to many of these questions to be up to the host.
|
Beta Was this translation helpful? Give feedback.
-
|
I'm struggling to implement a bypass parameter with the CLAP_PARAM_IS_BYPASS flag. I've gotten it to work in Reaper. When bypassing the plugin using its own UI, Reaper recognizes this and bypasses the plugin at the host level. The reverse is true. If you bypass the plugin in the host, it sends a parameter event corresponding to the bypass parameter so that the plugin can update its state. I've not been able to get this to work in Bitwig. I could be missing something, but the necessary two-way communication just doesn't seem to be happening. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm adding CLAP support to my own IPlug1 fork, and I'm looking into adding support for CLAP_PARAM_IS_BYPASS. However, its documentation seems somewhat lacking (IMHO), so I have a lot of questions:
Beta Was this translation helpful? Give feedback.
All reactions