free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

fix: IMIDIMapping wasn't used correctly in VST3 wrapper #224

Closed defiantnerd closed 6 months ago

defiantnerd commented 6 months ago

the init order was wrong, now the wrapper specifics get determined before setting up audio and MIDI busses and parameters. Since it is a hot fix, the version is being bumped to 0.7.1 and PR goes directly to main.

defiantnerd commented 6 months ago

@u-he-frank please have a look if you agree with this.

u-he-frank commented 6 months ago

Looks good.