From 37b90c2a9eecbb97e4bbe16634272849be6b4e9f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 5 Jun 2016 14:44:54 +0200 Subject: refine self-automating plugin interface * thin automation at end * allow plugins to disable its internal write state (ctrl port) * Debug messages --- libs/ardour/debug.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/debug.cc') diff --git a/libs/ardour/debug.cc b/libs/ardour/debug.cc index 4f204f9a2b..4dd7714812 100644 --- a/libs/ardour/debug.cc +++ b/libs/ardour/debug.cc @@ -50,6 +50,7 @@ PBD::DebugBits PBD::DEBUG::Solo = PBD::new_debug_bit ("solo"); PBD::DebugBits PBD::DEBUG::AudioPlayback = PBD::new_debug_bit ("audioplayback"); PBD::DebugBits PBD::DEBUG::Panning = PBD::new_debug_bit ("panning"); PBD::DebugBits PBD::DEBUG::LV2 = PBD::new_debug_bit ("lv2"); +PBD::DebugBits PBD::DEBUG::LV2Automate = PBD::new_debug_bit ("lv2automate"); PBD::DebugBits PBD::DEBUG::CaptureAlignment = PBD::new_debug_bit ("capturealignment"); PBD::DebugBits PBD::DEBUG::PluginManager = PBD::new_debug_bit ("pluginmanager"); PBD::DebugBits PBD::DEBUG::AudioUnits = PBD::new_debug_bit ("audiounits"); -- cgit v1.2.3