US2400: add debug bits

This commit is contained in:
Ben Loftis 2017-10-05 09:55:32 -05:00
parent 9c3983a7a5
commit e156ec28bb
2 changed files with 2 additions and 0 deletions

View 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;
}
}

View 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");