Skip to content

Commit

Permalink
Fix monstro's osc 3 vol knob values. (#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Eddin Alhomsi authored and zonkmachine committed Oct 24, 2017
1 parent f9ab2de commit 05971ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/monstro/Monstro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,8 @@ QWidget * MonstroView::setupOperatorsView( QWidget * _parent )
makeknob( m_osc3SpoKnob, KNOBCOL4, O3ROW, tr( "Stereo phase offset" ), tr( " deg" ), "osc3Knob" )
makeknob( m_osc3SubKnob, KNOBCOL5, O3ROW, tr( "Sub-osc mix" ), "", "osc3Knob" )

m_osc3VolKnob -> setVolumeKnob( true );

m_osc3Wave1Box = new ComboBox( view );
m_osc3Wave1Box -> setGeometry( 160, O3ROW + 7, 42, 22 );
m_osc3Wave1Box->setFont( pointSize<8>( m_osc3Wave1Box->font() ) );
Expand Down

0 comments on commit 05971ca

Please sign in to comment.