fixed lot of issues in MIDI-import-filter and added support for tempo-change-events

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@497 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-07-23 21:52:02 +00:00
parent 6b89322a7c
commit 41eccc8bf8
9 changed files with 211 additions and 62 deletions

View File

@@ -1355,6 +1355,14 @@ bpm_t songEditor::getTempo( void )
automationPattern * songEditor::tempoAutomationPattern( void )
{
return( m_bpmSpinBox->getAutomationPattern() );
}
bool songEditor::mayChangeProject( void )
{
if( m_modified == FALSE )