summaryrefslogtreecommitdiff
path: root/muse2/muse/globals.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-04-26 15:35:33 +0000
committerFlorian Jung <flo@windfisch.org>2011-04-26 15:35:33 +0000
commitcea0fdb5f411c7af11f588191bccf4b643536594 (patch)
treefb56a6afb824ee8de9f6b318012e9370de0ccde6 /muse2/muse/globals.h
parenta828a98957d94b706f1719fd0478959dd672e69b (diff)
debugging output is only displayed with the -D option
added heavyDebugMsg, which is enabled with specifying -D twice beautified usage hint cleaned up the code a bit
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r--muse2/muse/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h
index 151e7800..894f1baf 100644
--- a/muse2/muse/globals.h
+++ b/muse2/muse/globals.h
@@ -59,6 +59,7 @@ extern bool debugMode;
extern bool midiInputTrace;
extern bool midiOutputTrace;
extern bool debugMsg;
+extern bool heavyDebugMsg;
extern bool debugSync;
extern bool loadPlugins;
extern bool loadVST;