US2400: add debug bits
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 14:55:32 +0000 (09:55 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 14:55:32 +0000 (09:55 -0500)
libs/ardour/ardour/debug.h
libs/ardour/debug.cc

index ff1f2c6805957a544ff70f577e179cf3397f4363..c6887482314fbce61e926f01f580ca066bd4d763 100644 (file)
@@ -86,6 +86,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits CC121;
                LIBARDOUR_API extern DebugBits VCA;
                LIBARDOUR_API extern DebugBits Push2;
+               LIBARDOUR_API extern DebugBits US2400;
 
        }
 }
index 77b46bcec3c752ae4f8600f5c7829e517397b08c..2ac53dab51e56004f336f5363a3b7f1a43cb3ec7 100644 (file)
@@ -83,3 +83,4 @@ PBD::DebugBits PBD::DEBUG::FaderPort8 = PBD::new_debug_bit ("faderport8");
 PBD::DebugBits PBD::DEBUG::CC121 = PBD::new_debug_bit ("cc121");
 PBD::DebugBits PBD::DEBUG::VCA = PBD::new_debug_bit ("vca");
 PBD::DebugBits PBD::DEBUG::Push2 = PBD::new_debug_bit ("push2");
+PBD::DebugBits PBD::DEBUG::US2400 = PBD::new_debug_bit ("us2400");