Abstract method which must be implemented by creating the actual UGen
s
during expansion.
angle to rotate around the circle, normalized between -1 and +1.
angle to rotate around the circle, normalized between -1 and +1. -1 and +1 corresponds to -180 and +180 degrees (behind), -0.5 is 90 degrees left, 0 is frontal, +0.5 is 90 degrees right.
B-format X input channel
B-format Y input channel
A UGen that can be used for rotating an ambisonic B-format sound field around an axis. It uses an equal-power rotation so it also works well on stereo sounds. It takes two audio inputs (
x
,y
) and an angle control (pos
). It outputs again two channels, using these formulas:where
angle = pos * Pi
. This allows, for example, the use ofLFSaw
to create a continuous rotation around a circle. Note: Be careful when accessing the output channels.xr
andyr
are the X and Y output channels, whereasx
andy
refers to the X and Y input channel.B-format X input channel
B-format Y input channel
angle to rotate around the circle, normalized between -1 and +1. -1 and +1 corresponds to -180 and +180 degrees (behind), -0.5 is 90 degrees left, 0 is frontal, +0.5 is 90 degrees right.