Fix minor bug and compile time warnings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1082 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-06 08:55:59 +00:00
parent e29bf1d655
commit f003b34791
7 changed files with 18 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ oscillatorObject::oscillatorObject( model * _parent, track * _track, int _idx )
tr( "Osc %1 wave shape" ).arg( _idx+1 ) ),
m_modulationAlgoModel( oscillator::SignalMix, 0,
oscillator::NumModulationAlgos-1, this,
tr( "Modulation type " ).arg( _idx+1 ) ),
tr( "Modulation type %1" ).arg( _idx+1 ) ),
m_sampleBuffer( new sampleBuffer ),
m_volumeLeft( 0.0f ),