clap

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

commit 36b377da1fe58137108d0579101a4f34b93c7004
parent 6c158d5a0ccb4713a8dec140269039849c035d80
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue, 21 Dec 2021 11:12:06 +0100

Fix comment

Diffstat:
Minclude/clap/chmap.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/chmap.h b/include/clap/chmap.h @@ -16,7 +16,7 @@ enum { // see clap_plugin_surround to inspect the exact channel layout CLAP_CHMAP_SURROUND = 3, - // see clap_plugin_ambisonic to inspect the exact channel layout + // opaque ambisonic channel map CLAP_CHMAP_AMBISONIC = 4, }; typedef int32_t clap_chmap;