* stop play issued before close of backing track

This commit is contained in:
Seth Call 2015-02-23 10:56:22 -06:00
parent 1dbfdf0546
commit ae920c5a1a
1 changed files with 1 additions and 0 deletions

View File

@ -2474,6 +2474,7 @@
});
// '' closes all open backing tracks
context.jamClient.SessionStopPlay();
context.jamClient.SessionCloseBackingTrackFile('');
return false;