Package | Description |
---|---|
eu.bandm.music.transform | |
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
Modifier and Type | Class and Description |
---|---|
class |
RunningOctaveCollector<P extends PitchModOctave>
Collects absolute pitch information:
|
Modifier and Type | Class and Description |
---|---|
class |
GroupCollector
Collects sets of adjacent events from one single voice.
|
class |
MixedAlternativesCollector
Compound collector to collect parameter tracks of arbitrarily
mixed parameter values.
|
class |
MultipleAttributeCollector<E extends Entity>
Collects discrete and note-wise local attributes for one single note,
as many as can be parsed, and collects them in a
Multimap . |
class |
PatternDistributor
Looks for repettions of a pattern in a certain parameter track
and distributes it event-wise to the successor events.
|
class |
SingleAttributeCollector<E extends Entity>
Collects discrete attributes for one single event, but maximally
one, and perhaps an additional text.
|
class |
TendencyCollector<E>
Tendencies span more than one event and are employed in
musical scores mostly for changes of loudness, but also of tempo,
and in other types of scores for any continuously settable parameter,
like brightness, voltage, etc.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterCollector |
ParameterCollector.sourceContext |
Modifier and Type | Field and Description |
---|---|
protected List<ParameterCollector> |
MixedAlternativesCollector.collectors |
Modifier and Type | Method and Description |
---|---|
protected void |
ParameterCollector.setSourceContext(ParameterCollector sourceContext) |
MixedAlternativesCollector |
MixedAlternativesCollector.with(ParameterCollector p) |