summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-02-01 03:36:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-02-01 03:36:29 +0000
commitc07888e6acc51b33c1a989649fbe432f8523bfea (patch)
tree1489c2f2dd5666bcb504522e7b3bed152ed5b1b9 /libs/ardour/ardour/debug.h
parentde68d70b4430ae6540cc8e4bf01122f963fd3efc (diff)
switch MIDI Clock slave code to use DEBUG_TRACE; don't make it require start/stop messages (to be finished later) and don't locate to zero when starting
git-svn-id: svn://localhost/ardour2/branches/3.0@6605 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 3951fe11ef..24c6e9915f 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -51,7 +51,8 @@ namespace ARDOUR {
Slave = 0x800,
SessionEvents = 0x800,
MidiIO = 0x1000,
- MackieControl = 0x2000
+ MackieControl = 0x2000,
+ MidiClock = 0x4000
};
}