13
0

add new debug bit for backend callbacks

This commit is contained in:
Paul Davis 2019-10-28 15:54:18 -06:00
parent fe56c5931c
commit b4addf5297
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ namespace PBD {
LIBARDOUR_API extern DebugBits Push2;
LIBARDOUR_API extern DebugBits US2400;
LIBARDOUR_API extern DebugBits LaunchControlXL;
LIBARDOUR_API extern DebugBits BackendCallbacks;
}
}

View File

@ -91,3 +91,4 @@ PBD::DebugBits PBD::DEBUG::VCA = PBD::new_debug_bit ("vca");
PBD::DebugBits PBD::DEBUG::Push2 = PBD::new_debug_bit ("push2");
PBD::DebugBits PBD::DEBUG::US2400 = PBD::new_debug_bit ("us2400");
PBD::DebugBits PBD::DEBUG::LaunchControlXL = PBD::new_debug_bit("launchcontrolxl");
PBD::DebugBits PBD::DEBUG::BackendCallbacks = PBD::new_debug_bit("BackendCallbacks");