public interface SongEventTempo extends SongEvent
The following features are supported:
EsxPackage.getSongEventTempo()| Modifier and Type | Method and Description |
|---|---|
short |
getReservedShort()
Returns the value of the 'Reserved Short' attribute.
|
Tempo |
getTempo()
Returns the value of the 'Tempo' containment reference.
|
void |
init(byte[] b) |
void |
setReservedShort(short value)
Sets the value of the '
Reserved Short' attribute. |
void |
setTempo(Tempo value)
Sets the value of the '
Tempo' containment reference. |
byte[] |
toByteArray() |
getCurrentPosition, getEventInfo, getEventType, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepTempo getTempo()
If the meaning of the 'Tempo' attribute isn't clear, there really should be more of a description here...
setTempo(Tempo),
EsxPackage.getSongEventTempo_Tempo()void setTempo(Tempo value)
Tempo' containment reference.
value - the new value of the 'Tempo' containment reference.getTempo()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.getSongEventTempo_ReservedShort()void setReservedShort(short value)
Reserved Short' attribute.
value - the new value of the 'Reserved Short' attribute.getReservedShort()void init(byte[] b)
byte[] toByteArray()