lot of improvements in FLP-import filter (import of notes etc. now working\!)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@117 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -739,6 +739,22 @@ void songEditor::setTempo( int _new_bpm )
|
||||
|
||||
|
||||
|
||||
void songEditor::setMasterVolume( volume _vol )
|
||||
{
|
||||
m_masterVolumeSlider->setValue( _vol );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void songEditor::setMasterPitch( int _master_pitch )
|
||||
{
|
||||
m_masterPitchSlider->setValue( _master_pitch );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
int songEditor::masterPitch( void ) const
|
||||
{
|
||||
return( -m_masterPitchSlider->value() );
|
||||
|
||||
Reference in New Issue
Block a user