Method | Defined by | ||
---|---|---|---|
BitBoy()
Create a Bitboy instance
| BitBoy | ||
getLengthSeconds():int
returns song length in seconds.
| BitBoy | ||
getRate():Number
| BitBoy | ||
getRowIndex():int
| 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 |
Constant | Defined by | ||
---|---|---|---|
parameterChannel : Parameter | BitBoy | ||
parameterGain : Parameter | BitBoy | ||
parameterLoopMode : Parameter | BitBoy | ||
parameterMute : Parameter | BitBoy | ||
parameterPause : Parameter | BitBoy |
BitBoy | () | constructor |
public function BitBoy()
Create a Bitboy instance
getLengthSeconds | () | method |
public function getLengthSeconds():int
returns song length in seconds. returns -1 if the loop is looped
Returnsint |
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
ReturnsBoolean |
patternBreak | () | method |
public function patternBreak(rowIndex:int):void
Parameters
rowIndex:int |
patternJump | () | method |
public function patternJump(patIndex:int):void
Parameters
patIndex:int |
processAudio | () | method |
public function processAudio(samples:Array):void
process audio stream param samples The samples Array to be filled
Parameterssamples:Array |
reset | () | method |
public function reset():void
setBPM | () | method |
public function setBPM(bpm:int):void
Parameters
bpm:int |
setFormat | () | method |
setRowIndex | () | method |
public function setRowIndex(rowIndex:int):void
Parameters
rowIndex:int |
setSpeed | () | method |
public function setSpeed(speed:int):void
Parameters
speed:int |
parameterChannel | constant |
public const parameterChannel:Parameter
parameterGain | constant |
public const parameterGain:Parameter
parameterLoopMode | constant |
public const parameterLoopMode:Parameter
parameterMute | constant |
public const parameterMute:Parameter
parameterPause | constant |
public const parameterPause:Parameter