Packagede.popforge.audio.processor.fl909.voices
Classpublic class Voice
SubclassesVoiceBassdrum, VoiceClap, VoiceCrash, VoiceHiHat, VoiceRide, VoiceRimshot, VoiceSnaredrum, VoiceTom



Protected Properties
 PropertyDefined by
  length : int
Voice
  monophone : Boolean
Voice
  position : int
Voice
  start : int
Voice
  stop : int = 2.147483647E9
Voice
  volume : Number
Voice
Public Methods
 MethodDefined by
  
Voice(start:int, volume:Number = 0)
Voice
  
cut(stop:int):void
Voice
  
getChannel():int
Voice
  
isMonophone():Boolean
Voice
  
processAudioAdd(samples:Array):Boolean
Voice
Property detail
lengthproperty
protected var length:int
monophoneproperty 
protected var monophone:Boolean
positionproperty 
protected var position:int
startproperty 
protected var start:int
stopproperty 
protected var stop:int = 2.147483647E9
volumeproperty 
protected var volume:Number
Constructor detail
Voice()constructor
public function Voice(start:int, volume:Number = 0)Parameters
start:int
 
volume:Number (default = 0)
Method detail
cut()method
public function cut(stop:int):voidParameters
stop:int
getChannel()method 
public function getChannel():int

Returns
int
isMonophone()method 
public function isMonophone():Boolean

Returns
Boolean
processAudioAdd()method 
public function processAudioAdd(samples:Array):BooleanParameters
samples:Array

Returns
Boolean