Uses of Class
eu.bandm.tscore.base.Entity
Package
Description
All fundamental entities for modeling music.
Composition project which translates polyphonic sequences of abstract
"hook signs" (="Haken" = "hkn") into scores for different instruments, like
Viola, Voice, electronic sound synthesis or abstract graphical movies; see
the project documentation (in German).
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Entity in eu.bandm.music.entities
Modifier and TypeClassDescriptionclass
PitchAndOctave<O extends Entity & Comparable<O>,
C extends Entity & PitchIndication & Comparable<C>> A pitch indication which combines some octave register information and some pitch class modulo octave.class
PitchAndOctave<O extends Entity & Comparable<O>,
C extends Entity & PitchIndication & Comparable<C>> A pitch indication which combines some octave register information and some pitch class modulo octave.Modifier and TypeClassDescriptionclass
Represents accidentals, used for key indications and for pitches, when combined with white keys.class
Catalog of commonly used articulations in CWN.class
Realizes the clefs which indicate line-to-pitch reference point.class
A ClefUsage combines a clef form, the line number on which it is positioned, and possibly an additional octave displacement.class
A very simple color type, sufficient for merely informational text markup, etc.class
The two basic genders of functional theory ("major" vs.class
The distance of two pitches or pitch classes in functional music theory.class
Indicates a tonal key (/"Tonart"/"diatonics") in tonal theory.class
A pitch class mod octave which combines a "natural" note name [dt "Stammton"], given as an instance ofWhiteKeyModOctave
, with an alteration (normally in the range -2 to +2).class
Cf.class
Catalog of mixed addenda to single notes, common in CWN.class
The classical naming for pitch registers: Each such register has the width of one octave, and extends from a note called "c" upto, but excluding, the next higher note called "c" again.class
Abstract class for ornaments = shortcuts which replace one notated note with a certain sequence of played faster notes.class
Catalog of commonly used ornaments.class
Catalog of ornaments, special for "die Kunst der Fuge".class
PitchModOctave<E extends PitchModOctave>
Abstract class for pitch information, modulo octave register, aka "pitch class".class
A specialization ofPitchModOctave
which represents only the "white keys" of the keyboard.Modifier and TypeFieldDescriptionprotected C
PitchAndOctave.classModOctave
The octave-relative coordinate (="pitch class" = "pitch mod octave") of this pitch.protected O
PitchAndOctave.octave
The octave coordinate of this pitch.Modifier and TypeMethodDescriptionstatic <OO extends Entity & Comparable<OO>,
CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctavePitchAndOctave.valueOf
(OO octave, CC classModOctave) static <OO extends Entity & Comparable<OO>,
CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctavePitchAndOctave.valueOf
(OO octave, CC classModOctave) -
Uses of Entity in eu.bandm.music.haken
-
Uses of Entity in eu.bandm.tscore.base
Modifier and TypeClassDescriptionclass
Base class for all things which are in a certain multi-lingual catalog, and have a common parser for their symbolic appearance in scores, and which form a common semantic domain.class
EntityCatalog<E extends Entity>
Contains collection of basic score entities used as parameter values, indexed and documented in a multi lingual way.class
TendencyCollector<E extends Entity>
Processes a parameter track which contains tendencies spanning more than oneEvent
.Modifier and TypeFieldDescription(package private) final E
TendencyCollector.TendencyCtrl.endValue
Reached parameter value parsed here.(package private) E[]
TendencyCollector.runningFlats
Running/inherited simple parameter values, when visiting the analysed events in source order.(package private) final E
TendencyCollector.TendencyCtrl.startValue
Initial parameter start value parsed here.