This commit is contained in:
Halfdan 2024-01-27 06:57:45 +01:00
parent d2ccead3f2
commit 9d1c85fda7
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
export const plucksynth = new Tone.PluckSynth({
volume : -3,
volume : 3,
attackNoise : 1,
resonance : 0.9
})