MCP: reverse operation of cursor up/down in zoom mode; more tracign for vpot
[ardour.git] / libs / surfaces / generic_midi / gmcp_gui.cc
index f27e1c5e8b72eb6d79b475b4184d1f5679efa2b7..807e4bba2232b6eda520d12b6f7250cc2af9307d 100644 (file)
@@ -165,6 +165,7 @@ GMCPGUI::binding_changed ()
                for (list<GenericMidiControlProtocol::MapInfo>::iterator x = cp.map_info.begin(); x != cp.map_info.end(); ++x) {
                        if (str == x->name) {
                                cp.load_bindings (x->path);
+                               motorised_button.set_active (cp.motorised ());
                                break;
                        }
                }