MIDI/Controllables for monitor section, and related fixes
[ardour.git] / gtk2_ardour / ardour_ui2.cc
index 9747685d8a37311cd68f52f4d9589aa0b3e7132c..05b6b5d5bde49c85fa04bc9c4d37a7007c60b2b2 100644 (file)
@@ -468,6 +468,8 @@ ARDOUR_UI::reattach_tearoff (Box* b, Widget* w, int32_t n)
 void
 ARDOUR_UI::soloing_changed (bool onoff)
 {
+        cerr << "solo change, " << onoff << endl;
+
        if (solo_alert_button.get_active() != onoff) {
                solo_alert_button.set_active (onoff);
        }