Interface | Description |
---|---|
EventQueryable |
Allows the caller to ask for all events falling within a given query
interval.
|
Class | Description |
---|---|
ConcretePattern |
The implementation of a Pattern, which stores its output mappings and
associated events/function.
|
EventBoundaryProxy |
Transforms each event of a parent EventQueryable into separate onset and
release events.
|
EventCollection |
Stores events as a sorted map indexed by start position.
|
EventMatchFilter |
Match events from the parent EventQueryable according to a specified value.
|
EventTransformer |
Abstract class for transforming the events of an EventQueryable.
|
LEvent |
An Event has a start, an end, and a value.
|
Loom |
A
Loom holds all of the Pattern s associated with the
user's sketch, and provides facilities to play or record the output of
patterns at the desired rate. |
Pattern |
The base class for patterns in Loom.
|
PatternCollection |
Default holder for a set of Patterns.
|
Enum | Description |
---|---|
Pattern.MappingType |
Constants for each possible mapping from floating-point values to output.
|
Processing Library loom by Cora Johnson-Roberson. (c) 2014-2016