Package | Description |
---|---|
be.tarsos.dsp.beatroot |
Contains classes imported from the Beatroot project by Simon Dixon.
|
Modifier and Type | Field and Description |
---|---|
EventList |
Agent.events
The list of Events (onsets) accepted by this Agent as beats, plus interpolated beats.
|
Modifier and Type | Method and Description |
---|---|
static EventList |
EventList.readBinary(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
EventList.add(EventList ev) |
static AgentList |
Induction.beatInduction(EventList events)
Performs tempo induction (see JNMR 2001 paper by Simon Dixon for details).
|
void |
AgentList.beatTrack(EventList el)
Perform beat tracking on a list of events (onsets).
|
void |
AgentList.beatTrack(EventList el,
double stop)
Perform beat tracking on a list of events (onsets).
|
static void |
Induction.newInduction(EventList events)
An alternative (incomplete) tempo induction method (not used).
|
void |
Agent.showTracking(EventList allEvents)
Show detailed debugging output describing the beat tracking behaviour of this agent.
|
void |
Agent.showTracking(EventList allEvents,
double level)
Show detailed debugging output describing the beat tracking behaviour of this agent.
|
Constructor and Description |
---|
EventList(EventList e) |