diff --git a/include/avnd/binding/clap/prototype.cpp.in b/include/avnd/binding/clap/prototype.cpp.in index 5698c61c..186bdc9d 100644 --- a/include/avnd/binding/clap/prototype.cpp.in +++ b/include/avnd/binding/clap/prototype.cpp.in @@ -8,7 +8,8 @@ using plug_type = decltype(avnd::configure())::type; using effect_type = avnd_clap::SimpleAudioEffect; -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 */ },