steinbergmedia / vst3_public_sdk

VST 3 Implementation Helper Classes And Examples
Other
140 stars 47 forks source link

Fix problem of failed migration of existing Cubase + Maschine 2 projects #72

Closed FelixPetriconi closed 3 months ago

FelixPetriconi commented 3 months ago

We are unsure if storing of the Vst2xState should be changed.

On one hand it would fix the asymmetry of the loading function that we think has to be changed. On the other hand it might introduce compatibility issues for others. While creating a new project with the latest Cubase and Maschine version the value of zero is stored in the numPrograms field.

Proposed fix for #71

scheffle commented 3 months ago

Thanks, we will integrate the fix in the next release.