Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delayms emits mono signal but it should upmix to stereo #107

Closed
orottier opened this issue Jul 8, 2022 · 1 comment
Closed

delayms emits mono signal but it should upmix to stereo #107

orottier opened this issue Jul 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@orottier
Copy link

orottier commented Jul 8, 2022

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
@chaosprint
Copy link
Owner

It is fixed on v0.12.9 although it is a hard-coded stereo. I will test multi-chan stuff in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants