summaryrefslogtreecommitdiff
path: root/libs/evoral/src/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/src/debug.cc')
-rw-r--r--libs/evoral/src/debug.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/evoral/src/debug.cc b/libs/evoral/src/debug.cc
new file mode 100644
index 0000000000..e6ed3aaa6c
--- /dev/null
+++ b/libs/evoral/src/debug.cc
@@ -0,0 +1,6 @@
+#include "evoral/types.h"
+
+PBD::DebugBits PBD::DEBUG::Sequence = PBD::new_debug_bit ("sequence");
+PBD::DebugBits PBD::DEBUG::Note = PBD::new_debug_bit ("note");
+PBD::DebugBits PBD::DEBUG::ControlList = PBD::new_debug_bit ("controllist");
+