mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Tracks puts the master bus remote ID into a different "namespace" than Ardour
This commit is contained in:
parent
41faf7dafb
commit
ac22eb73fa
1 changed files with 6 additions and 0 deletions
|
|
@ -5997,6 +5997,12 @@ Session::next_control_id () const
|
|||
subtract++;
|
||||
}
|
||||
|
||||
/* the same about masterbus in Waves Tracks */
|
||||
|
||||
if (Profile->get_trx() && _master_out) {
|
||||
subtract++;
|
||||
}
|
||||
|
||||
return nroutes() - subtract;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue