You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
great work i loved it. but i found an issue (im testing it in firefox btw) when i click Play Sample File let the music play (not untill the end) and add another song with the input button, they both play simultaneously. So i added another button to stop all songs using a function: function stopallaudio(){ sourceNode.stop(); } just for testing of course. ill try again with a play/pause button. im still a noob in .js
The text was updated successfully, but these errors were encountered:
Alright, for now I simply disabled the buttons while the music is playing. I'll further look into this some time later. These buttons would still need a redesign anyway.
great work i loved it. but i found an issue (im testing it in firefox btw) when i click Play Sample File let the music play (not untill the end) and add another song with the input button, they both play simultaneously. So i added another button to stop all songs using a function: function stopallaudio(){ sourceNode.stop(); } just for testing of course. ill try again with a play/pause button. im still a noob in .js
The text was updated successfully, but these errors were encountered: