added missing initialization of member-variables which made Mallets play nothing until GUI has been opened
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@985 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -75,7 +75,8 @@ malletsInstrument::malletsInstrument( instrumentTrack * _instrument_track ):
|
||||
m_velocityModel(64.0f, 0.0f, 128.0f, 0.1f, this),
|
||||
m_strikeModel( FALSE, this ),
|
||||
m_presetsModel(this),
|
||||
m_spreadModel(0, 0, 255, 1, this)
|
||||
m_spreadModel(0, 0, 255, 1, this),
|
||||
m_filesMissing( FALSE )
|
||||
{
|
||||
m_hardnessModel.setTrack( _instrument_track );
|
||||
m_positionModel.setTrack( _instrument_track );
|
||||
|
||||
Reference in New Issue
Block a user