comparison plugin/DSSIPluginInstance.cpp @ 1886:f803d3c33f76 tip

Switch off copious debug in soft synth driving
author Chris Cannam
date Fri, 14 Aug 2020 10:44:44 +0100
parents 70e172e6cc59
children
comparison
equal deleted inserted replaced
1885:1adbeb52d761 1886:f803d3c33f76
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)