per default play sub-octaves of first oscillator in osc 2 and 3 (stable backport)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1862 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-12-01 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/triple_oscillator/triple_oscillator.cpp:
|
||||
per default play sub-octaves of first oscillator in osc 2 and 3
|
||||
|
||||
2008-11-22 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/automatable_model.cpp:
|
||||
|
||||
@@ -72,7 +72,8 @@ oscillatorObject::oscillatorObject( model * _parent, int _idx ) :
|
||||
MaxVolume, 1.0f, this, tr( "Osc %1 volume" ).arg( _idx+1 ) ),
|
||||
m_panModel( DefaultPanning, PanningLeft, PanningRight, 1.0f, this,
|
||||
tr( "Osc %1 panning" ).arg( _idx+1 ) ),
|
||||
m_coarseModel( 0, -2 * KeysPerOctave, 2 * KeysPerOctave, 1.0f, this,
|
||||
m_coarseModel( -_idx*KeysPerOctave,
|
||||
-2 * KeysPerOctave, 2 * KeysPerOctave, 1.0f, this,
|
||||
tr( "Osc %1 coarse detuning" ).arg( _idx+1 ) ),
|
||||
m_fineLeftModel( 0.0f, -100.0f, 100.0f, 1.0f, this,
|
||||
tr( "Osc %1 fine detuning left" ).arg( _idx+1 ) ),
|
||||
|
||||
Reference in New Issue
Block a user