note that the HPF slider needs 'fixed'
This commit is contained in:
parent
23e9e5f079
commit
b095ff1a0f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue