diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:44:27 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:44:27 -0500 |
commit | 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (patch) | |
tree | cf98aea505b9daac7096c830ffc0397f168e5e0f /src/sound/MidiFile.h | |
parent | 83a1c06d5545f2d076a75fd92a74b8d19c13e9a0 (diff) | |
download | rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.tar.gz rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/sound/MidiFile.h')
-rw-r--r-- | src/sound/MidiFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/MidiFile.h b/src/sound/MidiFile.h index 4134dd3..fdc242e 100644 --- a/src/sound/MidiFile.h +++ b/src/sound/MidiFile.h @@ -73,7 +73,7 @@ public: { MIDI_SINGLE_TRACK_FILE = 0x00, MIDI_SIMULTANEOUS_TRACK_FILE = 0x01, - MIDI_SETQUENTIAL_TRACK_FILE = 0x02, + MIDI_SEQUENTIAL_TRACK_FILE = 0x02, MIDI_CONVERTED_TO_APPLICATION = 0xFE, MIDI_FILE_NOT_LOADED = 0xFF } MIDIFileFormatType; |