fixed annoying sounds

This commit is contained in:
Priec
2026-03-20 21:24:09 +01:00
parent 01c5230750
commit 4c95e0204a

View File

@@ -48,21 +48,3 @@ $: note("<[a4 c5] [d5 f5] [c5 a4] [f4 a4] [f4 bb4] [d5 f5] [g4 bb4] [d5 f5] [f4
.release(0.2) .release(0.2)
.pan("0.42 0.58") .pan("0.42 0.58")
.room(0.08) .room(0.08)
$: note("<~ a4 c5 d5 ~ f5 e5 d5 c5 ~ a4 c5 d5 e5 d5 c5 a4>/2")
.sound("triangle")
.hpf(850)
.lpf(4600)
.gain(0.14)
.attack(0.03)
.release(0.28)
.room(0.1)
$: note("<d4 ~ f4 ~ a4 ~ c5 ~ bb4 ~ a4 ~ g4 ~ e4 ~>")
.sound("gm_voice_oohs")
.hpf(1000)
.lpf(2600)
.gain(0.04)
.attack(0.08)
.release(0.5)
.room(0.18)