Encode a monophonic input to a first order ambisonic signal (B-format), as a planewave. PanB is the SuperCollider inbuilt equivalent.
in |
The input signal. |
azimuth |
Azimuth, in radians. |
elevation |
Elevation, in radians. |
mul |
Output will be multiplied by this value. |
add |
This value will be added to the output. |
FoaPanB is provided primarily as a convenience. Encoding monophonic signals via FoaEncoderMatrix: *newOmni and transformation via FoaPush is often regarded as a more idiomatic option. See this example.
Additionally, use of FoaProximity to generate proximity cues is also encouraged.