Skip to content

Commit

Permalink
KnobType::Bright26
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Jun 14, 2024
1 parent 089b9fd commit 445f46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/StereoEnhancer/StereoEnhancerControlDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ StereoEnhancerControlDialog::StereoEnhancerControlDialog(
widthKnob->setLabel( tr( "WIDTH" ) );
widthKnob->setHintText( tr( "Width:" ) , " samples" );

Knob* outputKnob = new Knob(knobBright_26, this);
Knob* outputKnob = new Knob(KnobType::Bright26, this);
outputKnob->setModel(&_controls->m_outputGain);
outputKnob->setLabel(tr("GAIN"));
outputKnob->setHintText(tr("Gain:"), "");
Expand Down

0 comments on commit 445f46d

Please sign in to comment.