Skip to content

Commit

Permalink
Add dedicated debug flag for PTimport
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Jan 3, 2025
1 parent fe14044 commit 31d567b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/ardour/ardour/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ namespace PBD {
LIBARDOUR_API extern DebugBits Monitor;
LIBARDOUR_API extern DebugBits OrderKeys;
LIBARDOUR_API extern DebugBits Panning;
LIBARDOUR_API extern DebugBits PTImport;
LIBARDOUR_API extern DebugBits Peaks;
LIBARDOUR_API extern DebugBits PluginManager;
LIBARDOUR_API extern DebugBits PortConnectAuto;
Expand Down
1 change: 1 addition & 0 deletions libs/ardour/debug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ PBD::DebugBits PBD::DEBUG::MidiTriggers = PBD::new_debug_bit ("miditriggers");
PBD::DebugBits PBD::DEBUG::Monitor = PBD::new_debug_bit ("monitor");
PBD::DebugBits PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys");
PBD::DebugBits PBD::DEBUG::Panning = PBD::new_debug_bit ("panning");
PBD::DebugBits PBD::DEBUG::PTImport = PBD::new_debug_bit ("ptimport");
PBD::DebugBits PBD::DEBUG::Peaks = PBD::new_debug_bit ("peaks");
PBD::DebugBits PBD::DEBUG::PluginManager = PBD::new_debug_bit ("pluginmanager");
PBD::DebugBits PBD::DEBUG::PortConnectAuto = PBD::new_debug_bit ("PortConnectAuto");
Expand Down

0 comments on commit 31d567b

Please sign in to comment.