PureData CEAMMC library web documentation
available since version: 0.5
Two channel equal power panner. About is about 3dB center reduction. With linear panning ([pan.lin~]) the signal is lowered as it approaches center using a straight line from (+-)1 (left or right) to 0 (center) for a 6dB reduction in the middle. A problem inherent to linear panning is that the perceived volume of the signal drops in the middle. [pan.sqrt~] solves this.
@pos
Get/set panning position. -1 means left, 0 - center, +1 - right
type: float
range: -1..1
default: 0
@smooth (initonly)
Get/set smooth control signal to avoid zipping-noise
type: int
range: 0..100
default: 20
See also: [pan.lin~] [pan.cos~]
Authors: Serge Poltavsky
License: GPL3 or later