Amend bfb22e2acc, fix generic MIDI signal connection

This commit is contained in:
Robin Gareus
2024-01-13 18:50:26 +01:00
parent a6ea40552c
commit a3cd791166

View File

@@ -161,7 +161,7 @@ MIDIControllable::bind_remap (std::shared_ptr<ARDOUR::Stripable> s)
if (!s) {
return;
}
s->MappedControlsChanged.connect (controllable_remapped_connection, MISSING_INVALIDATOR, boost::bind (&GenericMidiControlProtocol::lookup_controllable, this), this);
s->MappedControlsChanged.connect (controllable_remapped_connection, MISSING_INVALIDATOR, boost::bind (&MIDIControllable::lookup_controllable, this), _surface);
}
void