public interface SongEventKeyboardNote extends SongEvent, SongEventWithPart
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
short |
getLength()
Returns the value of the 'Length' attribute.
|
byte |
getNoteNumber()
Returns the value of the 'Note Number' attribute.
|
void |
init(byte[] b) |
void |
setLength(short value)
Sets the value of the '
Length' attribute. |
void |
setNoteNumber(byte value)
Sets the value of the '
Note Number' attribute. |
byte[] |
toByteArray() |
getCurrentPosition, getEventInfo, getEventType, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepgetPart, setPartshort getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(short),
EsxPackage.getSongEventKeyboardNote_Length()void setLength(short value)
Length' attribute.
value - the new value of the 'Length' attribute.getLength()byte getNoteNumber()
If the meaning of the 'Note Number' attribute isn't clear, there really should be more of a description here...
setNoteNumber(byte),
EsxPackage.getSongEventKeyboardNote_NoteNumber()void setNoteNumber(byte value)
Note Number' attribute.
value - the new value of the 'Note Number' attribute.getNoteNumber()void init(byte[] b)
byte[] toByteArray()