summaryrefslogtreecommitdiff
path: root/libs/evoral/debug.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-25 13:41:33 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commiteaae38ba842c4acf079fbc6e405af433576ad16e (patch)
tree1e7c88f36564795f6bbe09cb2e0e3534da5c8763 /libs/evoral/debug.cc
parenta855119bdd94aad90f4cfec3066a367b0675a8e9 (diff)
move evoral/src/* to evoral/
Diffstat (limited to 'libs/evoral/debug.cc')
-rw-r--r--libs/evoral/debug.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/evoral/debug.cc b/libs/evoral/debug.cc
new file mode 100644
index 0000000000..e6ed3aaa6c
--- /dev/null
+++ b/libs/evoral/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");
+