note that the HPF slider needs 'fixed'

This commit is contained in:
Gordon JC Pearce 2025-02-15 20:16:09 +00:00
parent 23e9e5f079
commit b095ff1a0f
1 changed files with 1 additions and 0 deletions

View File

@ -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);