diff --git a/plugins/community/repos/bsp/src/Obxd_VCF.cpp b/plugins/community/repos/bsp/src/Obxd_VCF.cpp index 1ca4920e..c3695741 100644 --- a/plugins/community/repos/bsp/src/Obxd_VCF.cpp +++ b/plugins/community/repos/bsp/src/Obxd_VCF.cpp @@ -852,7 +852,7 @@ Obxd_VCFWidget::Obxd_VCFWidget(Obxd_VCF *module) : ModuleWidget(module) { addParam(ParamWidget::create(Vec(12, 143), module, Obxd_VCF::MULTI_PARAM, 0.0f, 1.0f, 0.0f)); addParam(ParamWidget::create(Vec(71, 143), module, Obxd_VCF::RES_PARAM, 0.0f, 1.0f, 0.0f)); addParam(ParamWidget::create(Vec(12, 208), module, Obxd_VCF::FREQ_CV_PARAM, -1.0f, 1.0f, 0.0f)); - addParam(ParamWidget::create(Vec(71, 208), module, Obxd_VCF::DRIVE_PARAM, 0.0f, 1.0f, 0.5f)); + addParam(ParamWidget::create(Vec(71, 208), module, Obxd_VCF::DRIVE_PARAM, 0.0f, 1.0f, 0.0f)); addInput(Port::create(Vec(10, 276), Port::INPUT, module, Obxd_VCF::FREQ_INPUT)); addInput(Port::create(Vec(48, 276), Port::INPUT, module, Obxd_VCF::RES_INPUT));