Property | Defined by | ||
---|---|---|---|
effect : int | XMTrigger | ||
effectParam : int | XMTrigger | ||
hasEffect : Boolean | XMTrigger | ||
hasVolume : Boolean | XMTrigger | ||
instrument : XMInstrument | XMTrigger | ||
note : int | XMTrigger | ||
period : uint [read-only]
| XMTrigger | ||
volume : uint | XMTrigger | ||
volumeCommand : uint | XMTrigger |
Method | Defined by | ||
---|---|---|---|
XMTrigger(stream:ByteArray, instruments:Array)
| XMTrigger | ||
toString():String
| XMTrigger |
effect | property |
public var effect:int
effectParam | property |
public var effectParam:int
hasEffect | property |
public var hasEffect:Boolean
hasVolume | property |
public var hasVolume:Boolean
instrument | property |
public var instrument:XMInstrument
note | property |
public var note:int
period | property |
period:uint
[read-only]Implementation
public function get period():uint
volume | property |
public var volume:uint
volumeCommand | property |
public var volumeCommand:uint
XMTrigger | () | constructor |
public function XMTrigger(stream:ByteArray, instruments:Array)
Parameters
stream:ByteArray |
|
instruments:Array |
toString | () | method |
public function toString():String
Returns
String |