Package | org.si.sion.sequencer.base |
Class | public class MMLSequenceGroup |
Inheritance | MMLSequenceGroup ![]() |
Property | Defined By | ||
---|---|---|---|
hasRepeatAll : Boolean [read-only] does this song have all repeat comand ? | MMLSequenceGroup | ||
headSequence : MMLSequence [read-only] head sequence pointer. | MMLSequenceGroup | ||
sequenceCount : int [read-only] Get sequence count. | MMLSequenceGroup | ||
tickCount : int [read-only] Get song length by tick count (1920 for wholetone). | MMLSequenceGroup |
Method | Defined By | ||
---|---|---|---|
MMLSequenceGroup(owner:MMLData) | MMLSequenceGroup | ||
Create new sequence group. | MMLSequenceGroup | ||
append new sequence | MMLSequenceGroup | ||
free():void Free all sequences | MMLSequenceGroup | ||
getSequence(index:int):MMLSequence get sequence
| MMLSequenceGroup |
hasRepeatAll | property |
hasRepeatAll:Boolean
[read-only] does this song have all repeat comand ?
public function get hasRepeatAll():Boolean
headSequence | property |
headSequence:MMLSequence
[read-only] head sequence pointer.
public function get headSequence():MMLSequence
sequenceCount | property |
sequenceCount:int
[read-only] Get sequence count.
public function get sequenceCount():int
tickCount | property |
tickCount:int
[read-only] Get song length by tick count (1920 for wholetone).
public function get tickCount():int
MMLSequenceGroup | () | Constructor |
alloc | () | method |
public function alloc(headEvent:MMLEvent):void
Create new sequence group. Why its not create() ???
Parameters
headEvent:MMLEvent — MMLEvnet returned from MMLParser.parse().
|
appendNewSequence | () | method |
free | () | method |
public function free():void
Free all sequences
getSequence | () | method |
public function getSequence(index:int):MMLSequence
get sequence
Parameters
index:int — The index of sequence.
|
MMLSequence |