Tracks puts the master bus remote ID into a different "namespace" than Ardour
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user