chuck icon indicating copy to clipboard operation
chuck copied to clipboard

if Pan2 is connected to a mono UGen with EQ_POWER panning, the mono output is reduced in magnitude

Open gewang opened this issue 1 year ago • 0 comments

expected behavior: the mono output should be the same as the input to Pan2

// patch Step s => Pan2 pan => Gain g => blackhole; // 1 is equal power panning 1 => pan.panType; // advance time to give the UGen graph a chance to run 1::samp => now; // output .707 instead of 1 <<< g.last() >>>;

gewang avatar Apr 20 '23 22:04 gewang