PannerAndVolume Op
This op is deprecated!
It will not receive any updatesLeft-right panner + volume
Summary (oneliner)
PannerAndVolume
is a combination of a Panner
-op and a Volume
-op.
Panner
is an equal power Left/Right Panner. Panner
uses the StereoPannerNode when available.
Volume
sets the volume of an audio signal.
Full Name
- Ops.Extension.Deprecated.Tonejs.PannerAndVolume
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Audio In (Object)
The audio signal to pan
Panning (Dynamic)
Where the audio signal should be heard, -1
= fully left, 0
= center, 1
= fully right
Volume (Dynamic)
How loud it should be (in dB)
OUTPUT PORTS
Audio Out (Object)
The panned audio signal