Packagede.popforge.audio.processor.bitboy.channels
Classpublic class ModChannel
InheritanceModChannel Inheritance ChannelBase



Protected Properties
 PropertyDefined by
 Inheritedbitboy : BitBoy
ChannelBase
 Inheritedeffect : int
ChannelBase
 InheritedeffectParam : int
ChannelBase
 Inheritedid : int
ChannelBase
 InheritedlinearPeriod : Number = 0
ChannelBase
 Inheritedmute : Boolean
ChannelBase
 Inheritedpan : Number
ChannelBase
 Inheritedperiod : Number
ChannelBase
 Inheritedtone : int
ChannelBase
 Inheritedtrigger : TriggerBase
ChannelBase
Public Methods
 MethodDefined 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
 Inherited
toString():String
ChannelBase
Constructor detail
ModChannel()constructor
public function ModChannel(bitboy:BitBoy, id:int, pan:Number)Parameters
bitboy:BitBoy
 
id:int
 
pan:Number
Method detail
onTick()method
public override function onTick(tick:int):voidParameters
tick:int
onTrigger()method 
public override function onTrigger(trigger:TriggerBase):voidParameters
trigger:TriggerBase
processAudioAdd()method 
public override function processAudioAdd(samples:Array):voidParameters
samples:Array
reset()method 
public override function reset():void
setMute()method 
public override function setMute(value:Boolean):voidParameters
value:Boolean