mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Use correct flag for MMC
This commit is contained in:
parent
c1c913be9d
commit
e83898cf88
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void
|
|||
Session::spp_start ()
|
||||
{
|
||||
if (Config->get_mmc_control ()) {
|
||||
request_roll (TRS_MIDIClock);
|
||||
request_roll (TRS_MMC);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue