Package | Description |
---|---|
be.tarsos.dsp.beatroot |
Contains classes imported from the Beatroot project by Simon Dixon.
|
Modifier and Type | Field and Description |
---|---|
java.util.LinkedList<Event> |
EventList.l |
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event[] |
EventList.toArray() |
Event[] |
EventList.toArray(int match) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Event> |
EventList.iterator() |
java.util.ListIterator<Event> |
EventList.listIterator() |
Modifier and Type | Method and Description |
---|---|
void |
EventList.add(Event e) |
int |
Event.compareTo(Event e) |
boolean |
Agent.considerAsBeat(Event e,
AgentList a)
The given Event is tested for a possible beat time.
|
void |
EventList.insert(Event newEvent,
boolean uniqueTimes) |
Constructor and Description |
---|
EventList(Event[] e) |