summaryrefslogtreecommitdiff
path: root/libs/evoral/debug.cc
blob: e6ed3aaa6c395a06e0ff1a09bf19c61c0e4397ee (plain)
1
2
3
4
5
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");