Uses of Class
eu.bandm.tscore.base.Entity
Packages that use 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
Classes in eu.bandm.music.entities with type parameters of type EntityModifier and TypeClassDescriptionclassPitchAndOctave<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.classPitchAndOctave<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.Subclasses of Entity in eu.bandm.music.entitiesModifier and TypeClassDescriptionclassRepresents accidentals, used for key indications and for pitches, when combined with white keys.classCatalog of commonly used articulations in CWN.classRealizes the clefs which indicate line-to-pitch reference point.classA ClefUsage combines a clef form, the line number on which it is positioned, and possibly an additional octave displacement.classA very simple color type, sufficient for merely informational text markup, etc.classThe two basic genders of functional theory ("major" vs.classThe distance of two pitches or pitch classes in functional music theory.classIndicates a tonal key (/"Tonart"/"diatonics") in tonal theory.classA pitch class mod octave which combines a "natural" note name [German "Stammton"], given as an instance ofWhiteKeyModOctave, with an alteration (normally in the range -2 to +2).classCf.classCatalog of mixed addenda to single notes, common in CWN.classThe 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.classAbstract class for ornaments = shortcuts which replace one notated note with a sequence of played faster notes.classCatalog of commonly used ornaments.classCatalog of ornaments, special for "die Kunst der Fuge".classPitchModOctave<E extends PitchModOctave>Abstract class for pitch information, modulo octave register, aka "pitch class".classScalaNumericaAbstractaPerOctavas, a scale type of enharmonic key numbers which is meant to be repeated by octave transpositions.classA specialization ofPitchModOctavewhich represents only the "white keys" of the keyboard.Fields in eu.bandm.music.entities declared as EntityModifier and TypeFieldDescriptionprotected CPitchAndOctave.classModOctaveThe octave-relative coordinate (= "pitch class" = "pitch mod octave") of this pitch.protected OPitchAndOctave.octaveThe octave coordinate of this pitch.Methods in eu.bandm.music.entities with type parameters of type EntityModifier and TypeMethodDescriptionstatic <OCT extends Entity & Comparable<OCT>,PC extends Entity & PitchIndication & Comparable<PC>>
Translet.Parser<PitchAndOctave<OCT, PC>> PitchAndOctave.parser(Translet.Parser<PC> pc, Translet.Parser<OCT> oct) Deliver a parser which combines both given parsers.static <OCT extends Entity & Comparable<OCT>,PC extends Entity & PitchIndication & Comparable<PC>>
Translet.Parser<PitchAndOctave<OCT, PC>> PitchAndOctave.parser(Translet.Parser<PC> pc, Translet.Parser<OCT> oct) Deliver a parser which combines both given parsers.static <OO extends Entity & Comparable<OO>,CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctave<OO, CC> PitchAndOctave.valueOf(OO octave, CC classModOctave) static <OO extends Entity & Comparable<OO>,CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctave<OO, CC> PitchAndOctave.valueOf(OO octave, CC classModOctave) -
Uses of Entity in eu.bandm.music.haken
Subclasses of Entity in eu.bandm.music.haken -
Uses of Entity in eu.bandm.tscore.base
Classes in eu.bandm.tscore.base with type parameters of type EntityModifier and TypeClassDescriptionclassBase 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.classEntityCatalog<E extends Entity>Contains collection of basic score entities used as parameter values, indexed and documented in a multi lingual way.classTendencyCollector<E extends Entity>Processes a parameter track which contains tendencies spanning more than oneEvent.Fields in eu.bandm.tscore.base declared as EntityModifier and TypeFieldDescription(package private) final ETendencyCollector.TendencyCtrl.endValueReached parameter value parsed here.(package private) E[]TendencyCollector.runningFlatsRunning/inherited simple parameter values, when visiting the analysed events in source order.(package private) final ETendencyCollector.TendencyCtrl.startValueInitial parameter start value parsed here.