Compare commits

...

2 Commits

Author SHA1 Message Date
Halfdan 0c08c4187e Little colour change on the body background 2024-01-27 07:02:47 +01:00
Halfdan 9d1c85fda7 Refining 2024-01-27 06:57:45 +01:00
3 changed files with 3 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
})

View File

@ -17,6 +17,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
background : #a9a9a9;
}
body div {