Closed marado closed 4 years ago
"width" in this context means "stereo width" and yes it's all intended behavior. you probably have to look at it as a M/S (Mid/Side) transformation; negative values (width < 0) means towards the "left" while positive (width > 0) means to the"right". hth. cheers
Thanks for the pointers, and sorry for the false issue ;-)
I've been puzzled with the behavior of drumkv1's reverb, which, I finally realized, is caused with my lack of understanding of the meaning of it's "width". This is the code that causes the (to me) odd behavior:
Width can be a value from -1 to 1 (which might be the first source of my confusion, I don't know what to make of the concept of "negative width").
With this code:
To better illustrate, here's the effect of this code, with different width values:
Is this the expected behavior?