From b095ff1a0fea6ad54b4aee474c06e872df41f2b2 Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Sat, 15 Feb 2025 20:16:09 +0000 Subject: [PATCH] note that the HPF slider needs 'fixed' --- plugin/ui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/ui.cpp b/plugin/ui.cpp index 9a9c619..bfb2f74 100644 --- a/plugin/ui.cpp +++ b/plugin/ui.cpp @@ -49,6 +49,7 @@ DistrhoUIchassis::DistrhoUIchassis() : UI(Art::backgroundWidth, Art::backgroundH prepSlider(xSliderNoiseLevel, Chassis::pNoiseLevel, 558, 72); xSliderNoiseLevel->setCallback(this); + // FIXME - put the stops back in xSliderHPF = new ImageSlider(this, blueSlider); prepSlider(xSliderHPF, Chassis::pHPF, 618, 72); xSliderHPF->setCallback(this);