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:
@@ -4,6 +4,10 @@
|
||||
* plugins/sf2_player/sf2_player.h:
|
||||
Add gain, chorus, and reverb controls
|
||||
|
||||
* include/instrument_functions.h:
|
||||
* src/core/instrument_functions.cpp:
|
||||
Fixed arpeggio direction loading
|
||||
|
||||
2008-04-26 Tobias Dorffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/stereo_enhancer/stereo_enhancer.cpp:
|
||||
|
||||
@@ -99,7 +99,8 @@ public:
|
||||
ArpDirUp,
|
||||
ArpDirDown,
|
||||
ArpDirUpAndDown,
|
||||
ArpDirRandom
|
||||
ArpDirRandom,
|
||||
NumArpDirections
|
||||
} ;
|
||||
|
||||
arpeggiator( instrumentTrack * _instrument_track );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user