clap

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

commit 35eda66588cdf50231a205acf9de91f7340e24d8
parent c258e8bfb8841cb4e07eba0c1dab2af1d2454644
Author: Eva <stuff@eva.fish>
Date:   Sat, 16 Nov 2024 18:13:17 -0500

remove erroneous comment in ambisonic.h

comment refered to a previous version of the ambisonic extension.
Diffstat:
Minclude/clap/ext/ambisonic.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/clap/ext/ambisonic.h b/include/clap/ext/ambisonic.h @@ -43,9 +43,6 @@ typedef struct clap_plugin_ambisonic { const clap_ambisonic_config_t *config); // Returns true on success - // - // config_id: the configuration id, see clap_plugin_audio_ports_config. - // If config_id is CLAP_INVALID_ID, then this function queries the current port info. // [main-thread] bool(CLAP_ABI *get_config)(const clap_plugin_t *plugin, bool is_input,