Packagede.popforge.audio.processor.bitboy.formats
Classpublic class TriggerBase



Public Properties
 PropertyDefined by
  effect : uint
The effect that is initialized with this trigger.
TriggerBase
  effectParam : uint
The parameter for the effect.
TriggerBase
  hasEffect : Boolean
If the trigger has any impact on effects or not.
TriggerBase
  period : uint
The period for the trigger.
TriggerBase
Public Methods
 MethodDefined by
  
Creates a new TriggerBase object.
TriggerBase
  
toString():String
Creates and returns the string representation of the object.
TriggerBase
Property detail
effectproperty
public var effect:uint

The effect that is initialized with this trigger.

effectParamproperty 
public var effectParam:uint

The parameter for the effect.

hasEffectproperty 
public var hasEffect:Boolean

If the trigger has any impact on effects or not.

periodproperty 
public var period:uint

The period for the trigger.

Constructor detail
TriggerBase()constructor
public function TriggerBase()

Creates a new TriggerBase object. Each property of the TriggerBase will be set to its default value.

Method detail
toString()method
public function toString():String

Creates and returns the string representation of the object.

Returns
String — The string represenation of the object.