clap

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

commit 7af64951aa21fda58a180e37a40f45c8206f6735
parent a04d5d930990ef9647e797e1cb904ca524a1aa30
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Mon, 24 Jan 2022 17:17:23 +0100

vst3 converter takes the editor state

Fixes #54

Diffstat:
Minclude/clap/converters/vst3-converter.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/clap/converters/vst3-converter.h b/include/clap/converters/vst3-converter.h @@ -17,7 +17,8 @@ typedef struct clap_vst3_converter { // [main-thread] bool (*convert_state)(const struct clap_vst3_converter *converter, - const clap_istream_t *vst3, + const clap_istream_t *vst3_processor, + const clap_istream_t *vst3_editor, const clap_ostream_t *clap); // converts the vst3 param id and normalized value to clap param id and