Merge pull request #2816 from BaraMGB/PeakControllerGUI

provides a new GUI for the peak controller plugin
This commit is contained in:
Umcaruje
2016-06-09 23:45:53 +02:00
4 changed files with 21 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ LfoControllerDialog::LfoControllerDialog( Controller * _model, QWidget * _parent
m_amountKnob = new Knob( knobBright_26, this );
m_amountKnob->setLabel( tr( "AMT" ) );
m_amountKnob->setLabel( tr( "AMNT" ) );
m_amountKnob->move( CD_LFO_AMOUNT_CD_KNOB_X, CD_LFO_CD_KNOB_Y );
m_amountKnob->setHintText( tr( "Modulation amount:" ), "" );
m_amountKnob->setWhatsThis(