Fader: add a way to disable the x100 display conversion so the fader widget can be used with arbitrary values

Also it can now be used with alternate pixmaps
This commit is contained in:
Vesa
2014-12-10 06:55:59 +02:00
parent 150b16bd15
commit 170f60c8e0
6 changed files with 90 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ DelayControlsDialog::DelayControlsDialog( DelayControls *controls ) :
sampleDelayKnob->setLabel( tr( "Delay" ) );
sampleDelayKnob->setHintText( tr( "Delay Time" ) + " ", " s" );
knob * feedbackKnob = new knob( knobBright_26, this );
Knob * feedbackKnob = new Knob( knobBright_26, this );
feedbackKnob->move( 63,10 );
feedbackKnob->setVolumeKnob( true) ;
feedbackKnob->setModel( &controls->m_feedbackModel);