On Tue, 5 Mar 2013, Tim Munro wrote: > Clearly there is a 3dB drop in overall gain when the control is moved off > center to one side or the other.
AFAIK that's common practice in most audio equipment. > > My proposed fix, which is fairly straightforward, looks like this: > > pan = -100 > rec.gainLeft = volume * sqrt(2.0) > rec.gainRight = volume * 0 > > pan = -50 > rec.gainLeft = volume * sqrt(1.5) > rec.gainRight = volume * sqrt(0.5) > > pan = 0 > rec.gainLeft = volume * 1.0 > rec.gainRight = volume * 1.0 > > pan = 50 > rec.gainLeft = volume * sqrt(0.5) > rec.gainRight = volume * sqrt(1.5) > > pan = 100 > rec.gainLeft = volume * 0 > rec.gainRight = volume * sqrt(2.0) > > This maintains constant audio power as the source is panned. > This obviously warrants some discussion before adoption. Thoughts? Is there a chance to make it configurable, e.g. with a button "constant audio power when panning" in the audio configuration section? ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
