clap

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

commit 66cb67ff8b2d94ebb87dc6b2154e3268b14e4bdc
parent 9d539554ad61f4e0a17e4ef85812cc89ab8a33f3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 20 Jul 2023 10:23:03 +0200

Merge pull request #339 from xris1658/next

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

diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -49,7 +49,7 @@ typedef struct clap_audio_port_info { uint32_t channel_count; // If null or empty then it is unspecified (arbitrary audio). - // This filed can be compared against: + // This field can be compared against: // - CLAP_PORT_MONO // - CLAP_PORT_STEREO // - CLAP_PORT_SURROUND (defined in the surround extension)