From 11415b49be02f16495c95d6286c485ac8afc5189 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 27 Jun 2012 22:57:06 +0000 Subject: first pass at the big rethink of managing sort order keys for editor and mixer. this appears to work, but remote control IDs are not yet correct (frequently off by one because of the presence of the master bus in the editor) git-svn-id: svn://localhost/ardour2/branches/3.0@12953 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 a0fc09a2ad..db0f409d11 100644 --- a/libs/ardour/debug.cc +++ b/libs/ardour/debug.cc @@ -56,5 +56,6 @@ uint64_t PBD::DEBUG::MidiTrackers = PBD::new_debug_bit ("miditrackers"); 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"); -- cgit v1.2.3