Skip to content

Commit

Permalink
Filter frequency set to 127
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpeki committed Jul 15, 2024
1 parent 12632e6 commit b256d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ZynAddSubFx/ZynAddSubFx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ZynAddSubFxInstrument::ZynAddSubFxInstrument(
m_plugin( nullptr ),
m_remotePlugin( nullptr ),
m_portamentoModel( 0, 0, 127, 1, this, tr( "Portamento" ) ),
m_filterFreqModel( 64, 0, 127, 1, this, tr( "Filter frequency" ) ),
m_filterFreqModel( 127, 0, 127, 1, this, tr( "Filter frequency" ) ),
m_filterQModel( 64, 0, 127, 1, this, tr( "Filter resonance" ) ),
m_bandwidthModel( 64, 0, 127, 1, this, tr( "Bandwidth" ) ),
m_fmGainModel( 127, 0, 127, 1, this, tr( "FM gain" ) ),
Expand Down

0 comments on commit b256d3d

Please sign in to comment.