clap-plugins
clap-plugins copied to clipboard
`voiceExpanderModule.h` ```cpp template void foreachActiveVoice(int16_t noteId, //
When I call `clap_plugin.destroy()` one of these example plugins, I get a crash saying `double free or corruption (out)`. I've made sure that I'm only calling `clap_plugin->destroy()` once. I've tried...
➜ clap-plugins git:(main) ✗ cmake --build --preset ninja-system [1/37] Linking CXX executable plugins/gui/Debug/clap-gui FAILED: plugins/gui/Debug/clap-gui : && /Applications/Xcode14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -g -arch x86_64 -isysroot /Applications/Xcode14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names plugins/gui/CMakeFiles/clap-gui.dir/Debug/clap-gui_autogen/mocs_compilation_Debug.cpp.o plugins/gui/CMakeFiles/clap-gui.dir/Debug/gui-main.cc.o plugins/gui/CMakeFiles/clap-gui.dir/Debug/remote-gui-factory.cc.o plugins/gui/CMakeFiles/clap-gui.dir/Debug/remote-gui-listener.cc.o -o...
As of [this commit](https://github.com/free-audio/clap-plugins/commit/618b405cf23f7330f69512c93a373ef286054da3) `build-gui` no longer works for me. Verified on two machines: - Mac mini M1 running macOS 12.7.1 - Macbook Pro Intel (64-bit) running macOS 13.5.1 The...
Ubuntu 23.04 Persistent error: error: https://download.qt.io/archive/qt/6.5/6.5.1/submodules/qtbase-everywhere-src-6.5.1.tar.xz: curl failed to download with exit code 28 Note: BTW. this happens on the most recent build of clap-host too
Moved the hardcoded directory to at least C;\temp so the chance of overwriting existing files is reduced. Perhaps a check for existing directores before wiping data would be advised.
Hello, I tried running the buildscript and it overwrote C:\B\ with QT as part of the process. This was already in use for something else. Luckily I keep backups. Why...
Hey, I'm facing issues when trying to load the plugin from a host. I'm pretty sure it's related to the automatic event loop attaching of Qt from a WId with...
Where should we include to gui library for the plugins. audio engine is okay but gui crashes
The build instructions for cmake seem to be incorrect: ``` clap-plugins$ cmake --preset ninja-system CMake Error: The source directory "/home/dreamer/Sources/_audio/_free-audio/clap-plugins/ninja-system" does not exist. ``` When I try the build script...