Property | Defined by | ||
---|---|---|---|
header : XMInstrumentHeader | XMInstrument | ||
index : int | XMInstrument | ||
sample : XMSample | XMInstrument | ||
sampleHeader : XMSampleHeader | XMInstrument |
Method | Defined by | ||
---|---|---|---|
XMInstrument(stream:ByteArray, index:int)
| XMInstrument | ||
toString():String
| XMInstrument |
header | property |
public var header:XMInstrumentHeader
index | property |
public var index:int
sample | property |
public var sample:XMSample
sampleHeader | property |
public var sampleHeader:XMSampleHeader
XMInstrument | () | constructor |
public function XMInstrument(stream:ByteArray, index:int)
Parameters
stream:ByteArray |
|
index:int |
toString | () | method |
public function toString():String
Returns
String |