Constructor and Description |
---|
TempoEvent()
Default Constructor
|
TempoEvent(double tempo) |
TempoEvent(int time,
double tempo) |
Modifier and Type | Method and Description |
---|---|
Event |
copy()
Copy Object
|
short |
getID()
Return Id
|
double |
getTempo()
Returns a tempo value
|
int |
getTime()
return time
|
void |
print()
Print data
|
int |
read(java.io.DataInputStream dis)
Read the contends of this object in from disk
|
void |
setTempo(double tempo)
Sets the tempo events tempo field
|
void |
setTime(int time)
Specify the time
|
int |
write(java.io.DataOutputStream dos)
Write the contents of this object out to disk
|
public TempoEvent()
public TempoEvent(double tempo)
public TempoEvent(int time, double tempo)
public double getTempo()
public void setTempo(double tempo)
public int write(java.io.DataOutputStream dos) throws java.io.IOException
public int read(java.io.DataInputStream dis) throws java.io.IOException
public Event copy() throws java.lang.CloneNotSupportedException