clap

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

commit de5285bc7c58a02106b01e5cf62c924330d75e17
parent f65365b43a6d098fb8067ef461a079dcc75162e0
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 27 May 2022 12:13:47 +0200

Doc.

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

diff --git a/include/clap/ext/note-ports.h b/include/clap/ext/note-ports.h @@ -6,9 +6,7 @@ /// @page Note Ports /// /// This extension provides a way for the plugin to describe its current note ports. -/// /// If the plugin does not implement this extension, it won't have note input or output. -/// /// The plugin is only allowed to change its note ports configuration while it is deactivated. static CLAP_CONSTEXPR const char CLAP_EXT_NOTE_PORTS[] = "clap.note-ports";