clap

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

commit 49ab8b4e96fa8110cf53a6356a66221b9f98c3e5
parent 3df6cfa3281d44b846362ace210c5df9717e5ee5
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun,  9 Jan 2022 16:59:08 +0100

Fixes #39

Diffstat:
Minclude/clap/ext/note-ports.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/clap/ext/note-ports.h b/include/clap/ext/note-ports.h @@ -67,6 +67,10 @@ enum { }; typedef struct clap_host_note_ports { + // Query which dialects the host supports + // [main-thread] + uint32_t (*supported_dialects)(const clap_host_t *host); + // Rescan the full list of audio ports according to the flags. // [main-thread] void (*rescan)(const clap_host_t *host, uint32_t flags);