comparison data/midi/MIDIEvent.h @ 742:c10cb8782576 coreaudio_tests

Merge from branch "default"
author Chris Cannam
date Sun, 01 Jul 2012 11:53:00 +0100
parents 06f13a3b9e9e
children cc27f35aa75c
comparison
equal deleted inserted replaced
666:4efa7429cd85 742:c10cb8782576
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 {