Tracks puts the master bus remote ID into a different "namespace" than Ardour

This commit is contained in:
Paul Davis 2015-05-11 17:43:16 -04:00
parent 41faf7dafb
commit ac22eb73fa

View file

@ -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;
}