fixed out-of-range initial value of filter-frequency-model
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@758 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user