clap

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

commit 89b91e3a418055a4e850575c015ef2636993961d
parent a65b780627c3eef325670fcf2ec98976ed8a8f40
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 20 Oct 2014 18:27:38 +0200

Increase tags string size

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

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -53,7 +53,7 @@ enum clap_string_size CLAP_NAME_SIZE = 32, CLAP_DESC_SIZE = 256, CLAP_DISPLAY_SIZE = 32, - CLAP_TAGS_SIZE = 64, + CLAP_TAGS_SIZE = 128, CLAP_URL_SIZE = 256, };