mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
6 lines
239 B
C++
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");
|
|
|