diff --git a/src/core/instrument_sound_shaping.cpp b/src/core/instrument_sound_shaping.cpp index 0f386ba20..7c05af334 100644 --- a/src/core/instrument_sound_shaping.cpp +++ b/src/core/instrument_sound_shaping.cpp @@ -61,7 +61,7 @@ instrumentSoundShaping::instrumentSoundShaping( m_instrumentTrack( _instrument_track ), m_filterEnabledModel( FALSE, this ), m_filterModel( this ), - m_filterCutModel( 16000.0, 0.0, 14000.0, 1.0, this ), + m_filterCutModel( 14000.0, 1.0, 14000.0, 1.0, this ), m_filterResModel( 0.5, basicFilters<>::minQ(), 10.0, 0.01, this ) { for( int i = 0; i < NumTargets; ++i )