Use correct flag for MMC

This commit is contained in:
Robin Gareus
2023-02-19 16:58:57 +01:00
parent c1c913be9d
commit e83898cf88

View File

@@ -99,7 +99,7 @@ void
Session::spp_start ()
{
if (Config->get_mmc_control ()) {
request_roll (TRS_MIDIClock);
request_roll (TRS_MMC);
}
}