a) fix special button press handling for solo+mute buttons
[ardour.git] / libs / ardour / session_midi.cc
index b2b1d263a7666c2d4c72478168dad4b4ec91bce8..1ac7d9e300e2b3c57043c7e2c533781b21ed6207 100644 (file)
@@ -637,7 +637,7 @@ void
 Session::mmc_record_exit (MIDI::MachineControl &mmc)
 {
        if (mmc_control) {
-               disable_record ();
+               disable_record (false);
        }
 }