Fixed arpeggio direction loading

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@943 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-04-28 15:55:28 +00:00
parent 564ed100ba
commit 21049cf3d0
3 changed files with 7 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ arpeggiator::arpeggiator( instrumentTrack * _instrument_track ) :
m_arpRangeModel( 1.0f, 1.0f, 9.0f, 1.0f, this ),
m_arpTimeModel( 100.0f, 25.0f, 2000.0f, 1.0f, 1.0, this ),
m_arpGateModel( 100.0f, 1.0f, 200.0f, 1.0f, this ),
m_arpDirectionModel( 0, 0, 0, intModel::defaultRelStep(), this ),
m_arpDirectionModel( 0, 0, NumArpDirections, intModel::defaultRelStep(), this ),
m_arpModeModel( this )
{
m_arpEnabledModel.setTrack( _instrument_track );