Refining
This commit is contained in:
parent
d2ccead3f2
commit
9d1c85fda7
|
@ -176,6 +176,7 @@ const play = () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
socket.on('all_stop', () => {
|
socket.on('all_stop', () => {
|
||||||
|
channel.disconnect(pingpong)
|
||||||
noise.stop()
|
noise.stop()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export const plucksynth = new Tone.PluckSynth({
|
export const plucksynth = new Tone.PluckSynth({
|
||||||
volume : -3,
|
volume : 3,
|
||||||
attackNoise : 1,
|
attackNoise : 1,
|
||||||
resonance : 0.9
|
resonance : 0.9
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue