The little things

This commit is contained in:
Halfdan 2024-01-27 09:08:23 +01:00
parent 0c08c4187e
commit 54d219891d
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ const play = () => {
socket.on('all_stop', () => {
channel.disconnect(pingpong)
noise.disconnect(Tone.Master)
noise.stop()
})