Packagede.popforge.audio.processor.bitboy
Classpublic class BitBoy
ImplementsIAudioProcessor



Public Methods
 MethodDefined by
  
Create a Bitboy instance
BitBoy
  
returns song length in seconds.
BitBoy
  
getRate():Number
BitBoy
  
BitBoy
  
isIdle():Boolean
Returns true is lastRow
BitBoy
  
patternBreak(rowIndex:int):void
BitBoy
  
patternJump(patIndex:int):void
BitBoy
  
processAudio(samples:Array):void
process audio stream param samples The samples Array to be filled
BitBoy
  
reset():void
BitBoy
  
setBPM(bpm:int):void
BitBoy
  
setFormat(format:FormatBase):void
set the mod format
BitBoy
  
setRowIndex(rowIndex:int):void
BitBoy
  
setSpeed(speed:int):void
BitBoy
Public Constants
 ConstantDefined by
  parameterChannel : Parameter
BitBoy
  parameterGain : Parameter
BitBoy
  parameterLoopMode : Parameter
BitBoy
  parameterMute : Parameter
BitBoy
  parameterPause : Parameter
BitBoy
Constructor detail
BitBoy()constructor
public function BitBoy()

Create a Bitboy instance

Method detail
getLengthSeconds()method
public function getLengthSeconds():int

returns song length in seconds. returns -1 if the loop is looped

Returns
int
getRate()method 
public function getRate():Number

Returns
Number
getRowIndex()method 
public function getRowIndex():int

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

Returns true is lastRow

Returns
Boolean
patternBreak()method 
public function patternBreak(rowIndex:int):voidParameters
rowIndex:int
patternJump()method 
public function patternJump(patIndex:int):voidParameters
patIndex:int
processAudio()method 
public function processAudio(samples:Array):void

process audio stream param samples The samples Array to be filled

Parameters
samples:Array
reset()method 
public function reset():void
setBPM()method 
public function setBPM(bpm:int):voidParameters
bpm:int
setFormat()method 
public function setFormat(format:FormatBase):void

set the mod format

Parameters
format:FormatBase
setRowIndex()method 
public function setRowIndex(rowIndex:int):voidParameters
rowIndex:int
setSpeed()method 
public function setSpeed(speed:int):voidParameters
speed:int
Constant detail
parameterChannelconstant
public const parameterChannel:Parameter
parameterGainconstant 
public const parameterGain:Parameter
parameterLoopModeconstant 
public const parameterLoopMode:Parameter
parameterMuteconstant 
public const parameterMute:Parameter
parameterPauseconstant 
public const parameterPause:Parameter