L: when the auto-connect suspension ends, actually do the reassignment of trrack numbers (and thus I/O)
This commit is contained in:
parent
82ccd3c9ca
commit
3823ec122c
@ -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 ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user