clap

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

commit ac37c9ab03f26f639e1fc78cf29c6cab9cc65890
parent d67fde1fbd322f89e523966a79d5653932cd365e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue,  8 Mar 2022 22:21:10 +0100

Merge remote-tracking branch 'origin/main' into next

Diffstat:
Minclude/clap/ext/audio-ports.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -21,8 +21,9 @@ extern "C" { #endif enum { - // This port main audio input or output. + // This port is the main audio input or output. // There can be only one main input and main output. + // Main port must be at index 0. CLAP_AUDIO_PORT_IS_MAIN = 1 << 0, // The prefers 64 bits audio with this port.