summaryrefslogtreecommitdiff
path: root/muse2/muse/globals.cpp
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.cpp
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.cpp')
-rw-r--r--muse2/muse/globals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/globals.cpp b/muse2/muse/globals.cpp
index 80990f0e..6c0bbbc6 100644
--- a/muse2/muse/globals.cpp
+++ b/muse2/muse/globals.cpp
@@ -87,6 +87,7 @@ QString lastMidiPath(".");
bool debugMode = false;
bool debugMsg = false;
+bool heavyDebugMsg = false;
bool midiInputTrace = false;
bool midiOutputTrace = false;
bool realTimeScheduling = false;