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:
Tobias Doerffel
2006-03-30 06:59:32 +00:00
parent 4b9fb916f4
commit 78cc84b9bf
6 changed files with 138 additions and 267 deletions

View File

@@ -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() );