Package | Description |
---|---|
be.tarsos.dsp.beatroot |
Contains classes imported from the Beatroot project by Simon Dixon.
|
Modifier and Type | Field and Description |
---|---|
AgentList |
AgentList.next
The remainder of the linked list
|
Modifier and Type | Method and Description |
---|---|
static AgentList |
Induction.beatInduction(EventList events)
Performs tempo induction (see JNMR 2001 paper by Simon Dixon for details).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Agent.considerAsBeat(Event e,
AgentList a)
The given Event is tested for a possible beat time.
|
void |
AgentList.remove(AgentList ptr)
Removes the current item from the list.
|
Constructor and Description |
---|
AgentList(Agent a,
AgentList al)
Constructor for an AgentList: the Agent a is prepended to the list al.
|