D Everett Hinton
D Everett Hinton
Actually, maybe I was being inpatient. I closed the script after it said "Changes have been made" but never waited, it seems there was additional steps.. I will check to...
Same issue in 3.27.0 for me You can add this to your index.html to ignore this until it gets fixed. Or disable breakpoints in VS code ``` // Prevent breaking...
Strangely enough even just doing this crashes ``` //------------------------------------------------------------------------ Steinberg::IPlugView *PLUGIN_API SidechainController::createView(const char *_name) { // Create a logger for this method // Logger logger; // Log that createView was...
And even this crashes ``` //------------------------------------------------------------------------ Steinberg::IPlugView *PLUGIN_API SidechainController::createView(const char *_name) { return new VST3Editor(this, "Editor", "SidechainEditor.uidesc"); } ``` The only thing that doesn't seem to crash is returning a...
Even doing this also crashes ``` Steinberg::IPlugView *PLUGIN_API SidechainController::createView(Steinberg::FIDString name) { if (Steinberg::ConstString::ConstString(name) == Steinberg::Vst::ViewType::kEditor) { return new VSTGUI::VST3Editor(this, "SidechainEditor", "SidechainEditor.uidesc"); } return nullptr; } ```
uint8 is very much so needed! Such a waste of space