clap-host
clap-host copied to clipboard
Reference Host
Running ## static build using vcpkg ```bash git clone --recurse-submodules https://github.com/free-audio/clap-host cd clap-host scripts/build.sh ``` Produces: ``` ERROR: Feature "egl": Forcing to "ON" breaks its condition: ( QT_FEATURE_opengl OR QT_FEATURE_openvg...
## Repro steps: 1. Launch clap-host with no plugin 2. Windows -> Recreate Plugin Window 3. Crash ## Reason for the crash: PluginHost::setParentWindow doesn't guard against _plugin being nullptr ##...
Took me a moment to see how to load a .clap plugin. Could something like the following be added to the README.md for future users, cheers # How to load...
clap-host 1.0.2 on Linux + PipeWire (jack/alsa/pulse) doesn't provide any way to connect audio inputs, only outputs are created. This is fine for synthesizer/instrument plugins but not for effects. Couldn't...
In Jalv (LV2 host) it is possible to save the plugin state in a folder. Could this be added to clap-host as well? And export to preset? And restore it....
When launching the simple LV2 host jalv.gtk (latest version), it is possible to select the plugin from the gui. Would it be possible to add a way to select a...
It seems for me the long version of the command line argument is not working for me. I'm simply passing the exact same path but with --plugin instead of -p....
On Arch Linux, the [clap package](https://archlinux.org/packages/community/any/clap/) installs headers, pkg-config and cmake module files globally so in theory it could be found by cmake. Right now however clap-host's CMakeLists.txt depends on...
OS: Kubuntu 22.04.1 LTS x86_64 Laptop: 20HBCTO1WW ThinkPad P51s Kernel: 5.15.0-52-lowlatency CPU: Intel i7-7600U (4) @ 3.900GHz after running `cmake --preset ninja-system`, I get the following message: ``` Preset CMake...
# How to reproduce 1. Build clap-host locally or using actions on github 2. Build Dexed or clap-plugins (clap-plugins.clap) from github locally or on github with github actions 3. Run...