From c07888e6acc51b33c1a989649fbe432f8523bfea Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 1 Feb 2010 03:36:29 +0000 Subject: 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 --- libs/ardour/ardour/debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/debug.h') 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 }; } -- cgit v1.2.3