-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
java.lang.String |
label |
double |
loudness |
double |
tempo |
-
Fields inherited from class at.ofai.music.util.Event
flags, keyDown, keyUp, midiChannel, midiCommand, midiPitch, midiTrack, midiVelocity, pedalUp, salience, scoreBeat, scoreDuration
-
Constructor Summary
Constructors
Constructor and Description |
WormEvent(double time,
double t,
double l,
double beat,
int flags) |
WormEvent(double on,
double off,
double eoff,
int pitch,
int vel,
double beat,
double dur,
int flags,
int cmd,
int ch,
int tr) |
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
loudness
public double loudness
-
tempo
public double tempo
-
Constructor Detail
-
WormEvent
public WormEvent(double time,
double t,
double l,
double beat,
int flags)
-
WormEvent
public WormEvent(double on,
double off,
double eoff,
int pitch,
int vel,
double beat,
double dur,
int flags,
int cmd,
int ch,
int tr)