13
0
livetrax/libs/evoral/src/debug.cpp

7 lines
241 B
C++
Raw Normal View History

#include "evoral/types.hpp"
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");