clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 35260e023ca9cdda9a6f5d4c9f90c8181d101fe0
parent 6dd53ffb0c00b2238071e071db2e8daece576b4f
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon, 24 Jan 2022 17:11:45 +0100

Spec event-filter

Fixes #51

Diffstat:
Minclude/clap/ext/event-filter.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/clap/ext/event-filter.h b/include/clap/ext/event-filter.h @@ -14,6 +14,8 @@ extern "C" { // in. // The host will cache the set of accepted events before activating the plugin. // The set of accepted events can't change while the plugin is active. +// +// If this extension is not provided by the plugin, then all events are accepted. typedef struct clap_plugin_event_filter { // Returns true if the plugin is interested in the given event type. // [main-thread]