Package | de.popforge.audio.processor.fl909.voices |
Class | public class Voice |
Subclasses | VoiceBassdrum, VoiceClap, VoiceCrash, VoiceHiHat, VoiceRide, VoiceRimshot, VoiceSnaredrum, VoiceTom |
Property | Defined by | ||
---|---|---|---|
length : int | Voice | ||
monophone : Boolean | Voice | ||
position : int | Voice | ||
start : int | Voice | ||
stop : int = 2.147483647E9 | Voice | ||
volume : Number | Voice |
Method | Defined by | ||
---|---|---|---|
Voice(start:int, volume:Number = 0)
| Voice | ||
cut(stop:int):void
| Voice | ||
getChannel():int
| Voice | ||
isMonophone():Boolean
| Voice | ||
processAudioAdd(samples:Array):Boolean
| Voice |
length | property |
protected var length:int
monophone | property |
protected var monophone:Boolean
position | property |
protected var position:int
start | property |
protected var start:int
stop | property |
protected var stop:int = 2.147483647E9
volume | property |
protected var volume:Number
Voice | () | constructor |
public function Voice(start:int, volume:Number = 0)
Parameters
start:int |
|
volume:Number (default = 0 )
|
cut | () | method |
public function cut(stop:int):void
Parameters
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):Boolean
Parameters
samples:Array |
Boolean |