mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
add debug flags for VST Callbacks
This commit is contained in:
parent
cb0b22cb79
commit
30713adb16
2 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ namespace PBD {
|
|||
LIBARDOUR_API extern DebugBits BackendTiming;
|
||||
LIBARDOUR_API extern DebugBits BackendThreads;
|
||||
LIBARDOUR_API extern DebugBits BackendPorts;
|
||||
LIBARDOUR_API extern DebugBits VSTCallbacks;;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,3 +72,4 @@ PBD::DebugBits PBD::DEBUG::BackendAudio = PBD::new_debug_bit ("backendaudio");
|
|||
PBD::DebugBits PBD::DEBUG::BackendTiming = PBD::new_debug_bit ("backendtiming");
|
||||
PBD::DebugBits PBD::DEBUG::BackendThreads = PBD::new_debug_bit ("backendthreads");
|
||||
PBD::DebugBits PBD::DEBUG::BackendPorts = PBD::new_debug_bit ("backendports");
|
||||
PBD::DebugBits PBD::DEBUG::VSTCallbacks = PBD::new_debug_bit ("vstcallbacks");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue