glicol icon indicating copy to clipboard operation
glicol copied to clipboard

`delayms` emits mono signal but it should upmix to stereo

Open orottier opened this issue 2 years ago • 0 comments

In the following snippet, the feedback signal is only sent to a single channel, but it should be added in stereo

~pingvol: imp 0.33 >> envperc 0.001 0.1
~ping: sin ~freq >> mul ~pingvol
~delay: ~ping >> add ~delay >> mul 0.5 >> delayms 300
~freq: sin 2 >> add 1 >> mul 200 >> add 800

main: mix ~ping ~delay

orottier avatar Jul 08 '22 13:07 orottier