13
0

L: when the auto-connect suspension ends, actually do the reassignment of trrack numbers (and thus I/O)

This commit is contained in:
Paul Davis 2024-06-01 07:20:29 -06:00
parent 82ccd3c9ca
commit 3823ec122c

View File

@ -7823,6 +7823,10 @@ Session::unsuspend_livetrax_auto_connect ()
{
if (_no_livetrax_auto_connect) {
_no_livetrax_auto_connect--;
if (_no_livetrax_auto_connect == 0) {
reassign_track_numbers ();
}
}
}