Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion include/avnd/binding/clap/prototype.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
using plug_type = decltype(avnd::configure<avnd_clap::config, @AVND_MAIN_CLASS@>())::type;
using effect_type = avnd_clap::SimpleAudioEffect<plug_type>;

AVND_EXPORTED_SYMBOL extern const struct clap_plugin_entry clap_plugin_entry = {
// clap_entry is the symbol hosts look up (see clap/entry.h).
AVND_EXPORTED_SYMBOL extern const struct clap_plugin_entry clap_entry = {
CLAP_VERSION,
+[] (const char* path) -> bool { /* init */ return true; },
+[] () { /* deinit */ },
Expand Down
Loading