Browse Source

3BandEQ/Splitter should have sliders inverted

pull/1/head
falkTX 10 years ago
parent
commit
e826bb7147
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      plugins/3BandEQ/DistrhoUI3BandEQ.cpp
  2. +1
    -0
      plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp

+ 1
- 0
plugins/3BandEQ/DistrhoUI3BandEQ.cpp View File

@@ -42,6 +42,7 @@ DistrhoUI3BandEQ::DistrhoUI3BandEQ()
// slider Low
fSliderLow = new ImageSlider(this, sliderImage);
fSliderLow->setId(DistrhoPlugin3BandEQ::paramLow);
fSliderLow->setInverted(true);
fSliderLow->setStartPos(sliderPosStart);
fSliderLow->setEndPos(sliderPosEnd);
fSliderLow->setRange(-24.0f, 24.0f);


+ 1
- 0
plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp View File

@@ -42,6 +42,7 @@ DistrhoUI3BandSplitter::DistrhoUI3BandSplitter()
// slider Low
fSliderLow = new ImageSlider(this, sliderImage);
fSliderLow->setId(DistrhoPlugin3BandSplitter::paramLow);
fSliderLow->setInverted(true);
fSliderLow->setStartPos(sliderPosStart);
fSliderLow->setEndPos(sliderPosEnd);
fSliderLow->setRange(-24.0f, 24.0f);


Loading…
Cancel
Save