comparison plugin/DSSIPluginInstance.cpp @ 791:373923435472 tonioni

different colours, some minor changes, mainly debugging cerrs
author matthiasm
date Fri, 19 Apr 2013 15:37:27 +0100
parents 7eb389da7976
children 2d53205f70cd
comparison
equal deleted inserted replaced
788:2fa49f5caac5 791:373923435472
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)