summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
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 926d5520d7..f31c42675e 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -41,7 +41,8 @@ namespace ARDOUR {
SnapBBT = 0x8,
Configuration = 0x10,
Latency = 0x20,
- Processors = 0x40
+ Processors = 0x40,
+ Graph = 0x80
};
}