added display-name for baseNoteModel
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1477 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -98,7 +98,8 @@ instrumentTrack::instrumentTrack( trackContainer * _tc ) :
|
||||
m_midiPort( tr( "unnamed_track" ), engine::getMixer()->getMidiClient(),
|
||||
this, this ),
|
||||
m_notes(),
|
||||
m_baseNoteModel( 0, 0, KeysPerOctave * NumOctaves - 1, this ),
|
||||
m_baseNoteModel( 0, 0, KeysPerOctave * NumOctaves - 1, this,
|
||||
tr( "Base note" ) ),
|
||||
m_volumeModel( DefaultVolume, MinVolume, MaxVolume, 1, this,
|
||||
tr( "Volume" ) ),
|
||||
m_panningModel( DefaultPanning, PanningLeft, PanningRight, 1,
|
||||
|
||||
Reference in New Issue
Block a user