glicol icon indicating copy to clipboard operation
glicol copied to clipboard

Delay and feedback still have some problems

Open chaosprint opened this issue 2 years ago • 0 comments

This is not correct:

~main: imp 1.0 >> add ~fb

~fb: ~main >> delayn 4410 >> mul 0.1

o: ~main >> mul 0.5

This is OK:

~main: imp 1.0 >> add ~fb

~fb: ~main >> delayn 4410 >> mul 0.1

o: ~main

Maybe it is caused by channels?

chaosprint avatar Nov 14 '22 08:11 chaosprint