summaryrefslogtreecommitdiff
path: root/libs/ardour/debug.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-06-05 14:44:54 +0200
committerRobin Gareus <robin@gareus.org>2016-06-05 14:44:54 +0200
commit37b90c2a9eecbb97e4bbe16634272849be6b4e9f (patch)
treed9296aacda80147a008776d1d6e8399f35d4d665 /libs/ardour/debug.cc
parentb4a020cdf57107d44fabd983b6c4074da2eb519e (diff)
refine self-automating plugin interface
* thin automation at end * allow plugins to disable its internal write state (ctrl port) * Debug messages
Diffstat (limited to 'libs/ardour/debug.cc')
-rw-r--r--libs/ardour/debug.cc1
1 files changed, 1 insertions, 0 deletions
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");