Package | de.popforge.audio.processor.bitboy.channels |
Class | public class ModChannel |
Inheritance | ModChannel ![]() |
Method | Defined by | ||
---|---|---|---|
ModChannel(bitboy:BitBoy, id:int, pan:Number)
| ModChannel | ||
onTick(tick:int):void
| ModChannel | ||
onTrigger(trigger:TriggerBase):void
| ModChannel | ||
processAudioAdd(samples:Array):void
| ModChannel | ||
reset():void
| ModChannel | ||
setMute(value:Boolean):void
| ModChannel | ||
![]() |
toString():String
| ChannelBase |
ModChannel | () | constructor |
public function ModChannel(bitboy:BitBoy, id:int, pan:Number)
Parameters
bitboy:BitBoy |
|
id:int |
|
pan:Number |
onTick | () | method |
public override function onTick(tick:int):void
Parameters
tick:int |
onTrigger | () | method |
processAudioAdd | () | method |
public override function processAudioAdd(samples:Array):void
Parameters
samples:Array |
reset | () | method |
public override function reset():void
setMute | () | method |
public override function setMute(value:Boolean):void
Parameters
value:Boolean |