Class: Panner

Tone. Panner

new Panner(initialPan)

a panner is just a dry/wet knob
Parameters:
Name Type Description
initialPan number the initail panner value
Source:

Extends

Members

<private> _invert :Tone

invert the incoming signal
Type:
Inherited From:
Source:

dry :GainNode

connect this input to the dry signal the dry signal is also the default input
Type:
  • GainNode
Inherited From:
Source:

wet :GainNode

connect this input to the wet signal
Type:
  • GainNode
Inherited From:
Source:

wetness :Tone.Signal

controls the amount of wet signal which is mixed into the dry signal
Type:
Inherited From:
Source:

Methods

dispose()

clean up
Inherited From:
Source:

setDry(val, rampTime)

Set the dry value
Parameters:
Name Type Argument Description
val number
rampTime Tone.Time <optional>
Inherited From:
Source:

setWet(val, rampTime)

Set the wet value
Parameters:
Name Type Argument Description
val number
rampTime Tone.Time <optional>
Inherited From:
Source: