ardour/libs/evoral/debug.cc
2019-11-02 16:32:18 -06:00

6 lines
239 B
C++

#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");