* stop play issued before close of backing track
This commit is contained in:
parent
1dbfdf0546
commit
ae920c5a1a
|
|
@ -2474,6 +2474,7 @@
|
|||
});
|
||||
|
||||
// '' closes all open backing tracks
|
||||
context.jamClient.SessionStopPlay();
|
||||
context.jamClient.SessionCloseBackingTrackFile('');
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue