v0.1Latest

Pan

Pan

Stereo panner with equal-power or linear law. The output is stereo and preserves the Audio Channel Layout contract for downstream routing.

Pan node screenshot

Inputs

Audio In

  • ID: audio
  • Kind: audio
  • Rate: audio
  • Audio Channel Layout: stereo
  • Unit: normalized
  • Range: -1 to 1 normalized
  • Coercion: Implicit
  • Description: Audio signal input
  • Default: 0

Pan CV

  • ID: panMod
  • Kind: control
  • Rate: control
  • Unit: pan
  • Range: -1 to 1 pan
  • Coercion: Implicit
  • Default: 0

Outputs

Stereo Audio

  • ID: audio
  • Kind: audio
  • Rate: audio
  • Audio Channel Layout: stereo
  • Unit: normalized
  • Range: -1 to 1 normalized
  • Coercion: Implicit
  • Description: Stereo panned audio output.

Parameters

Pan

  • ID: pan
  • Type: float
  • Control: slider
  • Range or Options: -1 to 1 pan, step 0.01
  • Default: 0
  • Description: −1 = full left, 0 = center, +1 = full right

Law

  • ID: law
  • Type: enum
  • Control: buttons
  • Range or Options: Equal Power (equalPower), Linear (linear)
  • Default: Equal Power (equalPower)

Notes

  • Canonical ID: util.pan
  • Category: utilities
  • Runtime Surface: control
  • Runtime Targets: control-main-thread
  • JUCE Early Access: Supported
  • Early Access Note: Native-supported in the plugin for the current catalog/runtime support contract.