summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-18 17:23:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-18 17:23:34 +0000
commit753c66a78666e031dc859c6c2168e14e369263a4 (patch)
tree66f5e0b41ad667b8017821c9cc27298ec1c6c3e8 /libs/ardour/ardour/debug.h
parentbe55dcbce3b26d9af7562cedb75dee25eab66623 (diff)
two more debug trace options
git-svn-id: svn://localhost/ardour2/branches/3.0@6123 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index d91b3c1449..926d5520d7 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -39,7 +39,9 @@ namespace ARDOUR {
MidiPlaylistIO = 0x2,
MidiDiskstreamIO = 0x4,
SnapBBT = 0x8,
- Configuration = 0x10
+ Configuration = 0x10,
+ Latency = 0x20,
+ Processors = 0x40
};
}