From 0532e2063b73ec32d4dd108b58e90a0f20ae91b3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Jul 2012 21:05:45 +0000 Subject: dramatic overhaul of automation. too long to explain here. this work is not finished - write/touch passes do not correctly overwrite existing data because the semantics of ControlList::insert_iterator need clarification. more to follow git-svn-id: svn://localhost/ardour2/branches/3.0@13038 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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 db0f409d11..0d0948d576 100644 --- a/libs/ardour/debug.cc +++ b/libs/ardour/debug.cc @@ -57,5 +57,6 @@ uint64_t PBD::DEBUG::Layering = PBD::new_debug_bit ("layering"); uint64_t PBD::DEBUG::TempoMath = PBD::new_debug_bit ("tempomath"); uint64_t PBD::DEBUG::TempoMap = PBD::new_debug_bit ("tempomap"); uint64_t PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys"); +uint64_t PBD::DEBUG::Automation = PBD::new_debug_bit ("automation"); -- cgit v1.2.3