commit fe29583ae1b4c22c669123da9935ff452d878347
parent 7af64951aa21fda58a180e37a40f45c8206f6735
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 24 Jan 2022 17:21:16 +0100
Spec. CLAP_EVENT_TRANSPORT filtered
Fixes 56
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/clap/ext/event-filter.h b/include/clap/ext/event-filter.h
@@ -16,6 +16,8 @@ extern "C" {
// 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.
+//
+// If CLAP_EVENT_TRANSPORT is not accepted, then clap_process.transport may be null.
typedef struct clap_plugin_event_filter {
// Returns true if the plugin is interested in the given event type.
// [main-thread]