Package | Description |
---|---|
be.tarsos.dsp.beatroot |
Contains classes imported from the Beatroot project by Simon Dixon.
|
Modifier and Type | Field and Description |
---|---|
Agent |
AgentList.ag
A beat tracking Agent
|
Modifier and Type | Method and Description |
---|---|
Agent |
AgentList.bestAgent()
Finds the Agent with the highest score in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentList.add(Agent a)
Inserts newAgent into the list in ascending order of beatInterval
|
void |
AgentList.add(Agent newAgent,
boolean sort)
Appends newAgent to list (sort==false), or inserts newAgent into the list
in ascending order of beatInterval
|
Constructor and Description |
---|
Agent(Agent clone)
Copy constructor.
|
AgentList(Agent a,
AgentList al)
Constructor for an AgentList: the Agent a is prepended to the list al.
|