dramatic overhaul of automation. too long to explain here. this work is not finished...
[ardour.git] / libs / evoral / src / debug.cpp
1 #include "evoral/types.hpp"
2
3 uint64_t PBD::DEBUG::Sequence = PBD::new_debug_bit ("sequence");
4 uint64_t PBD::DEBUG::Note = PBD::new_debug_bit ("note");
5 uint64_t PBD::DEBUG::ControlList = PBD::new_debug_bit ("controllist");
6