comparison plugin/DSSIPluginInstance.cpp @ 911:73c2fd9a7dbe

Merge from branch tony_integration
author Chris Cannam
date Wed, 14 May 2014 09:54:20 +0100
parents 2d53205f70cd
children 7aa9088e9bcd
comparison
equal deleted inserted replaced
907:a589d2201a0c 911:73c2fd9a7dbe
32 #else 32 #else
33 #include <memory.h> 33 #include <memory.h>
34 #endif 34 #endif
35 35
36 //#define DEBUG_DSSI 1 36 //#define DEBUG_DSSI 1
37 //#define DEBUG_DSSI_PROCESS 1 37 #define DEBUG_DSSI_PROCESS 1
38 38
39 #define EVENT_BUFFER_SIZE 1023 39 #define EVENT_BUFFER_SIZE 1023
40 40
41 #ifdef DEBUG_DSSI 41 #ifdef DEBUG_DSSI
42 static std::ostream &operator<<(std::ostream& o, const QString &s) 42 static std::ostream &operator<<(std::ostream& o, const QString &s)