diff --git a/vst/SfizzVstEditor.h b/vst/SfizzVstEditor.h index 7b6e8392..21cf8a87 100644 --- a/vst/SfizzVstEditor.h +++ b/vst/SfizzVstEditor.h @@ -66,6 +66,7 @@ private: auto* p = static_cast(getController()->getParameterObject(id)); c->setMin(p->getMin()); c->setMax(p->getMax()); + c->setDefaultValue(p->toPlain(p->getInfo().defaultNormalizedValue)); } enum {