clap

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

commit d5b328710644561ba4b9a207b4ff1acac4fac37a
parent 3c75ee5bf7e2eb62e275d69795c7bcbce8ce2296
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 20:55:52 +0100

Rename channel-info.h to track-info.h

Diffstat:
Minclude/clap/clap.h | 2+-
Rinclude/clap/ext/draft/channel-info.h -> include/clap/ext/draft/track-info.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -59,6 +59,6 @@ #include "ext/draft/remote-controls.h" #include "ext/draft/state-context.h" #include "ext/draft/surround.h" -#include "ext/draft/channel-info.h" +#include "ext/draft/track-info.h" #include "ext/draft/tuning.h" #include "ext/draft/param-indication.h" diff --git a/include/clap/ext/draft/channel-info.h b/include/clap/ext/draft/track-info.h