public interface SongPattern
The following features are supported:
EsxPackage.getSongPattern()
Modifier and Type | Method and Description |
---|---|
byte |
getNoteOffset()
Returns the value of the 'Note Offset' attribute.
|
short |
getPatternPointer()
Returns the value of the 'Pattern Pointer' attribute.
|
int |
getPositionCurrent()
Returns the value of the 'Position Current' attribute.
|
boolean |
isEmpty()
Returns the value of the 'Empty' attribute.
|
void |
setNoteOffset(byte value)
Sets the value of the '
Note Offset ' attribute. |
void |
setPatternPointer(short value)
Sets the value of the '
Pattern Pointer ' attribute. |
int getPositionCurrent()
"-1"
.
If the meaning of the 'Position Current' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSongPattern_PositionCurrent()
byte getNoteOffset()
If the meaning of the 'Note Offset' attribute isn't clear, there really should be more of a description here...
setNoteOffset(byte)
,
EsxPackage.getSongPattern_NoteOffset()
void setNoteOffset(byte value)
Note Offset
' attribute.
value
- the new value of the 'Note Offset' attribute.getNoteOffset()
short getPatternPointer()
If the meaning of the 'Pattern Pointer' attribute isn't clear, there really should be more of a description here...
setPatternPointer(short)
,
EsxPackage.getSongPattern_PatternPointer()
void setPatternPointer(short value)
Pattern Pointer
' attribute.
value
- the new value of the 'Pattern Pointer' attribute.getPatternPointer()
boolean isEmpty()
"true"
.
If the meaning of the 'Empty' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSongPattern_Empty()