summaryrefslogtreecommitdiff
path: root/libs/evoral/src/debug.cpp
blob: 9e82b93d1b2609c9d0c20d8df42f5515988c5290 (plain)
1
2
3
4
5
6
#include "evoral/types.hpp"

uint64_t PBD::DEBUG::Sequence = PBD::new_debug_bit ("sequence");
uint64_t PBD::DEBUG::Note = PBD::new_debug_bit ("note");
uint64_t PBD::DEBUG::ControlList = PBD::new_debug_bit ("controllist");