better tempo-handling and note-alignment

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@490 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-07-17 15:47:38 +00:00
parent 29b3f944e5
commit 27e0df82c3
4 changed files with 31 additions and 5 deletions

View File

@@ -58,7 +58,8 @@ enum midiEventTypes
MIDI_ACTIVE_SENSING = 0xFE,
MIDI_SYSTEM_RESET = 0xFF,
// meta event - for midi files only
MIDI_META_EVENT = 0xFF
MIDI_META_EVENT = 0xFF,
MIDI_TEMPO = 0xFF51
} ;