comparison data/midi/MIDIEvent.h @ 687:06f13a3b9e9e debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:09 +0100
parents 32d156c75df7
children cc27f35aa75c
comparison
equal deleted inserted replaced
686:b4a8d8221eaf 687:06f13a3b9e9e
23 #define _MIDI_EVENT_H_ 23 #define _MIDI_EVENT_H_
24 24
25 #include <QString> 25 #include <QString>
26 #include <string> 26 #include <string>
27 #include <iostream> 27 #include <iostream>
28 #include "base/Debug.h"
28 29
29 typedef unsigned char MIDIByte; 30 typedef unsigned char MIDIByte;
30 31
31 namespace MIDIConstants 32 namespace MIDIConstants
32 { 33 {