clap

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

commit 07fb6a5df5865e70a82ab518ed1d2f04228e19c7
parent fa6135417b267c36b57b43e97e74a5bafddee3cc
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun, 28 Nov 2021 10:24:32 +0100

Add include for note-ports

Diffstat:
Minclude/clap/all.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/all.h b/include/clap/all.h @@ -18,6 +18,7 @@ #include "ext/timer-support.h" #include "ext/fd-support.h" #include "ext/note-name.h" +#include "ext/note-ports.h" #include "ext/event-filter.h" #include "ext/draft/preset-load.h"