Dave wrote: > -KPi/2 to +KPi/2 for elevation since we generally > regard horizontal as 0 degrees (or radians) with downward angles negative > and upward angles as positive.
Hi Dave, Thanks, this does make sense. For anyone else interested: Elevation for ambipan~ is defined as: x->APdELeft = (x->APfElevationLeft - 0.5) * kPI; kPI = 3.14159265358979323846 x->APfElevationLeft = elevation input for, in this case, the left-most audio input All input parameters are scaled 0 to 1. 0 to 1 input offset by -0.5 gives us -0.5 to 0.5 range. Multiply that by 3.141 give us -KPi/2 to +KPi/2 (-1.5705 to + 1.5705) Great! Thanks. All the best, Ricky > 0 to 1 - 0.5) * kPI. _______________________________________________ Sursound mailing list [email protected] https://mail.music.vt.edu/mailman/listinfo/sursound - unsubscribe here, edit account or options, view archives and so on.
