public interface SongEventDrumNote extends SongEvent, SongEventWithPart
The following features are supported:
EsxPackage.getSongEventDrumNote()| Modifier and Type | Method and Description |
|---|---|
byte |
getReservedByte()
Returns the value of the 'Reserved Byte' attribute.
|
short |
getReservedShort()
Returns the value of the 'Reserved Short' attribute.
|
void |
init(byte[] b) |
void |
setReservedByte(byte value)
Sets the value of the '
Reserved Byte' attribute. |
void |
setReservedShort(short value)
Sets the value of the '
Reserved Short' attribute. |
byte[] |
toByteArray() |
getCurrentPosition, getEventInfo, getEventType, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepgetPart, setPartbyte getReservedByte()
If the meaning of the 'Reserved Byte' attribute isn't clear, there really should be more of a description here...
setReservedByte(byte),
EsxPackage.getSongEventDrumNote_ReservedByte()void setReservedByte(byte value)
Reserved Byte' attribute.
value - the new value of the 'Reserved Byte' attribute.getReservedByte()short getReservedShort()
If the meaning of the 'Reserved Short' attribute isn't clear, there really should be more of a description here...
setReservedShort(short),
EsxPackage.getSongEventDrumNote_ReservedShort()void setReservedShort(short value)
Reserved Short' attribute.
value - the new value of the 'Reserved Short' attribute.getReservedShort()void init(byte[] b)
byte[] toByteArray()