Revision 7:b9a2f08e2c62
| MIDIFileReader.cpp | ||
|---|---|---|
| 265 | 265 |
m_error = ""; |
| 266 | 266 |
|
| 267 | 267 |
#ifdef DEBUG_MIDI_FILE_READER |
| 268 |
cerr << "MIDIFileReader::open() : fileName = " << m_path.toStdString() << endl;
|
|
| 268 |
cerr << "MIDIFileReader::open() : fileName = " << m_path << endl; |
|
| 269 | 269 |
#endif |
| 270 | 270 |
|
| 271 | 271 |
// Open the file |
| ... | ... | |
| 470 | 470 |
messageLength = getNumberFromMIDIBytes(); |
| 471 | 471 |
|
| 472 | 472 |
#ifdef DEBUG_MIDI_FILE_READER |
| 473 |
cerr << "Meta event of type " << int(metaEventCode) << " and " << messageLength << " bytes found, putting on track " << metaTrack << endl;
|
|
| 473 |
cerr << "Meta event of type " << int(metaEventCode) << " and " << messageLength << " bytes found" << endl;
|
|
| 474 | 474 |
#endif |
| 475 | 475 |
metaMessage = getMIDIBytes(messageLength); |
| 476 | 476 |
|
Also available in: Unified diff