Skip to content

Commit

Permalink
Fix bug with spectrograph stop starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McGee committed Nov 6, 2021
1 parent 9942a29 commit 41be06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function playnew(pointer) {
specto(); // Stop the spectograph animation
} else {
trk01.unload(); // Unload the track from howler to free up mem
specto(); // Stop the spectograph animation
// We're not finished the queue yet so lets keep going
playnew(pointer); // Call the playnew function again with our updated pointer
}
Expand Down

0 comments on commit 41be06e

Please sign in to comment.