Packagecom.sonoport
Interfacepublic interface IPluckedString extends IBaseSoundCore
Implementors PluckedString



Public Properties
 PropertyDefined By
  freq : Number
IPluckedString
 Inheritedgain : Number
Gain.
IBaseSoundCore
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  pickAmplitude : Number
IPluckedString
  pickLocation : Number
IPluckedString
  tapLocation : Number
IPluckedString
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
freqproperty
freq:Number


Implementation
    public function get freq():Number
    public function set freq(value:Number):void
pickAmplitudeproperty 
pickAmplitude:Number


Implementation
    public function get pickAmplitude():Number
    public function set pickAmplitude(value:Number):void
pickLocationproperty 
pickLocation:Number


Implementation
    public function get pickLocation():Number
    public function set pickLocation(value:Number):void
tapLocationproperty 
tapLocation:Number


Implementation
    public function get tapLocation():Number
    public function set tapLocation(value:Number):void