Uses of Class
eu.bandm.tscore.base.EntityCatalog
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 EntityCatalog in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected static final EntityCatalog<Accidental>
Accidental.catalog
The catalog holding accidentals defined with a name.static final EntityCatalog<Artikulation>
Artikulation.catalog
Catalog of simple articulations, with multi-lingual and symbolic names.static final EntityCatalog<Clef>
Clef.catalog
The catalog holding the three standard clefs for f,c and g.static final EntityCatalog<ClefUsage>
ClefUsage.catalog
static final EntityCatalog<Color_rgb_8>
Color_rgb_8.catalog
The catalog of all used colors.static final EntityCatalog<FunctionalGender>
FunctionalGender.catalog
The Catalog of all functional genders (="modes").static final EntityCatalog<FunctionalInterval>
FunctionalInterval.catalog
The catalog in which all functional intervals are contained, adressable either with human language or with a synthetic name.static final EntityCatalog<FunctionalKey>
FunctionalKey.catalog
Catalog of all defined keys.static final EntityCatalog<FunctionalPitchModOctave>
FunctionalPitchModOctave.catalog
Catalog for all named functional pitches.static final EntityCatalog<InterpolationKind>
InterpolationKind.catalog
Catalog of predefined interpolation kinds and their multi-lingual namings.static final EntityCatalog<MixedNoteheadAddendum>
MixedNoteheadAddendum.catalog
Catalog with multi-lingual and symbolic names.static final EntityCatalog<OctaveRegister>
OctaveRegister.catalog
Catalog of all defined or used octave registers.static final EntityCatalog<Ornament>
Ornament_JSB_klavierbuechlein.catalog
The catalog of all these ornaments.static final EntityCatalog<Ornament>
Ornament_KdF_special.catalog
static final EntityCatalog<WhiteKeyModOctave>
WhiteKeyModOctave.catalog
The catalog holding the constant values of this type.ModifierConstructorDescriptionprotected
Artikulation
(EntityCatalog<Artikulation> c, Map<String, String> map) Only constructor.protected
Clef
(EntityCatalog<Clef> catalog, FunctionalPitch reference, Map<String, String> names) Only constructor, setting all parameters.protected
FunctionalPitchModOctave
(WhiteKeyModOctave wk, int alt, EntityCatalog<FunctionalPitchModOctave> catalog, String lang, String name) Auxilliary constructor, accidental shift given directly by integer value (normally in the range -2..+2).protected
FunctionalPitchModOctave
(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters.protected
Only constructor.protected
Only constructor.protected
Only construtor.protected
PitchModOctave
(EntityCatalog<E> c, Map<String, String> map) Only constructor.protected
WhiteKeyModOctave
(int whiteKeysFromC, int fifthsFromC, EntityCatalog<WhiteKeyModOctave> catalog, Map<String, String> map) Only constructor, setting all parameters. -
Uses of EntityCatalog in eu.bandm.music.haken
Modifier and TypeFieldDescriptionstatic final EntityCatalog<DoppelHaken>
DoppelHaken.catalog
Catalog for double hook instances by name.static final EntityCatalog<Haken>
Haken.catalog
Catalog for hook instances by name.static final EntityCatalog<RelWert>
RelWert.catalog
Catalog for RelWert by names. -
Uses of EntityCatalog in eu.bandm.tscore.base
Modifier and TypeFieldDescriptionprotected EntityCatalog<E>
Entity.catalog
The multi-lingual catalog in which this entitiy is contained.Modifier and TypeMethodDescriptionEntity.getCatalog()
The multi-lingual catalog in which this entitiy is contained.Modifier and TypeMethodDescriptionvoid
EntityCatalog.lendFrom
(EntityCatalog<? extends E> origCat, String lang, String name) Duplicate the reference to an entity in a different catalog by this catalog.ModifierConstructorDescriptionEntity
(EntityCatalog<E> catalog) Creates a new entity with (possibly) multiple names in multiple languages.Entity
(EntityCatalog<E> catalog, MuLi humanNames) Creates a new entity with (possibly) multiple names in multiple languages.Entity
(EntityCatalog<E> catalog, String lang, String name) Creates a new entity with only one name.Creates a new entity with (possibly) multiple names in multiple languages.