13
0

MCP: debug tracing

git-svn-id: svn://localhost/ardour2/branches/3.0@11869 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-10 15:59:43 +00:00
parent cb31f4c314
commit f89d0ea069

View File

@ -443,8 +443,10 @@ Strip::handle_button (SurfacePort & port, Control & control, ButtonState bs)
if (control.name() == "fader_touch") {
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("fader touch, press ? %1\n", (bs == press)));
state = (bs == press);
gain().set_in_use (state);
if (ARDOUR::Config->get_mackie_emulation() == "bcf" && state) {