Update ContrilList debug output.
authornick_m <mainsbridge@gmail.com>
Sun, 4 Oct 2015 15:58:03 +0000 (02:58 +1100)
committernick_m <mainsbridge@gmail.com>
Mon, 19 Oct 2015 13:53:29 +0000 (00:53 +1100)
libs/evoral/src/ControlList.cpp

index c96bcc2d94a11f4971616cb6fa9bdec1b73bb58b..d0e1df9ad98950ee16c0da26146e0fae15ad21f1 100644 (file)
@@ -587,7 +587,7 @@ ControlList::add (double when, double value, bool with_guards, bool with_initial
                                if (_desc.toggled) {
                                        const double opp_val = ((value < 0.5) ? 1.0 : 0.0);
                                        _events.insert (_events.end(), new ControlEvent (0, opp_val));
-                                       DEBUG_TRACE (DEBUG::ControlList, string_compose ("@%1 added bool value %2 at zero\n", this, opp_val));
+                                       DEBUG_TRACE (DEBUG::ControlList, string_compose ("@%1 added toggled value %2 at zero\n", this, opp_val));
 
                                } else {
                                        _events.insert (_events.end(), new ControlEvent (0, value));