mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add debug bit for debug output in the EngineControl dialog
This commit is contained in:
parent
f428cb4bf1
commit
4f02f81591
2 changed files with 2 additions and 0 deletions
|
|
@ -29,3 +29,4 @@ PBD::DebugBits PBD::DEBUG::Drags = PBD::new_debug_bit ("drags");
|
|||
PBD::DebugBits PBD::DEBUG::CutNPaste = PBD::new_debug_bit ("cutnpaste");
|
||||
PBD::DebugBits PBD::DEBUG::Accelerators = PBD::new_debug_bit ("accelerators");
|
||||
PBD::DebugBits PBD::DEBUG::GUITiming = PBD::new_debug_bit ("guitiming");
|
||||
PBD::DebugBits PBD::DEBUG::EngineControl = PBD::new_debug_bit ("enginecontrol");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue