Packagede.popforge.audio.processor.fl909.voices
Classpublic final class VoiceTom
InheritanceVoiceTom Inheritance Voice



Protected Properties
 PropertyDefined by
 Inheritedlength : int
Voice
 Inheritedmonophone : Boolean
Voice
 Inheritedposition : int
Voice
 Inheritedstart : int
Voice
 Inheritedstop : int = 2.147483647E9
Voice
 Inheritedvolume : Number
Voice
Public Methods
 MethodDefined by
  
VoiceTom(start:int, volume:Number, tone:ToneTom, size:int)
VoiceTom
 Inherited
cut(stop:int):void
Voice
  
getChannel():int
VoiceTom
 Inherited
isMonophone():Boolean
Voice
  
processAudioAdd(samples:Array):Boolean
VoiceTom
Public Constants
 ConstantDefined by
  SIZE_HIGH : int = 2
[static]
VoiceTom
  SIZE_LOW : int = 0
[static]
VoiceTom
  SIZE_MED : int = 1
[static]
VoiceTom
Constructor detail
VoiceTom()constructor
public function VoiceTom(start:int, volume:Number, tone:ToneTom, size:int)Parameters
start:int
 
volume:Number
 
tone:ToneTom
 
size:int
Method detail
getChannel()method
public override function getChannel():int

Returns
int
processAudioAdd()method 
public override function processAudioAdd(samples:Array):BooleanParameters
samples:Array

Returns
Boolean
Constant detail
SIZE_HIGHconstant
public static const SIZE_HIGH:int = 2
SIZE_LOWconstant 
public static const SIZE_LOW:int = 0
SIZE_MEDconstant 
public static const SIZE_MED:int = 1