lower default volume again
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Nycki 2025-07-11 20:14:23 -07:00
parent d10686a994
commit f9142aa2ae

View file

@ -75,7 +75,7 @@ M=_=>{
type:'square',
detune:100*(z*2-(z>2)-(b=='!')+(b=='#')+12*O-9)
}),
g=new GainNode(A,{gain:z<7&&.5**(12-V/5)}),
g=new GainNode(A,{gain:z<7&&.5**(13-V/5)}),
o.connect(g),
g.connect(A.destination),
o.start(T),