rdaum / vstwebview

Write user interfaces for VST3 plugins using standard web technologies
MIT License
54 stars 1 forks source link

Current compiletime/runtime issues #3

Open justdanpo opened 2 weeks ago

justdanpo commented 2 weeks ago
  1. cmake options SMTG_ADD_VST3_PLUGINS_SAMPLES and SMTG_ADD_VST3_HOSTING_SAMPLES have been renamed to SMTG_ENABLE_VST3_PLUGIN_EXAMPLES and SMTG_ENABLE_VST3_HOSTING_EXAMPLES since vst3sdk 3.7.8
  2. build is failed because of unknown String in PanParameter::fromString
  3. crash on window close (debug configuration): WM_DESTROY message handler calls Terminate() of non-existing WebviewWin32 instance (~WebviewWin32() is already called)
  4. crash on second open: WebviewPluginView::title_ contains reference to destroyed temporary string
rdaum commented 2 weeks ago

Thanks for looking at this. I haven't been maintaining this and probably won't be. I have moved on to working in Rust full time and have little desire or need to work on this component. However contributions/fixes/stewardship-transfer is welcome.