Package | Description |
---|---|
eu.bandm.music.entities |
All fundamental entities for modeling music.
|
eu.bandm.music.haken |
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).
|
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 | Field and Description |
---|---|
static EntityCatalog<Artikulation> |
Artikulation.catalog
Catalog of simple articulations, with multi-lingual and symbolic names.
|
static EntityCatalog<FunctionalInterval> |
FunctionalInterval.catalog
The catalog in which all functional intervals are contained, adressable either with
human language or with a synthetic name.
|
static EntityCatalog<Clef> |
Clef.catalog
The catalog holding the three standard clefs for f,c and g.
|
static EntityCatalog<ClefUsage> |
ClefUsage.catalog |
static EntityCatalog<Ornament> |
Ornament_KdF_special.catalog |
static EntityCatalog<InterpolationKind> |
InterpolationKind.catalog
Catalog of predefined interpolation kinds and their multi-lingual namings.
|
static EntityCatalog<MixedNoteheadAddendum> |
MixedNoteheadAddendum.catalog
Catalog with multi-lingual and symbolic names.
|
static EntityCatalog<FunctionalKey> |
FunctionalKey.catalog
Catalog of all defined keys.
|
static EntityCatalog<Color_rgb_8> |
Color_rgb_8.catalog
The catalog of all used colors.
|
protected static EntityCatalog<Accidental> |
Accidental.catalog
The catalog holding accidentals defined with a name.
|
static EntityCatalog<WhiteKeyModOctave> |
WhiteKeyModOctave.catalog
The catalog holding the constant values of this type.
|
static EntityCatalog<FunctionalGender> |
FunctionalGender.catalog
The Catalog of all functional genders (="modes").
|
static EntityCatalog<FunctionalPitchModOctave> |
FunctionalPitchModOctave.catalog
Catalog for all named functional pitches.
|
static EntityCatalog<Ornament> |
Ornament_JSB_klavierbuechlein.catalog
The catalog of all these ornaments.
|
static EntityCatalog<OctaveRegister> |
OctaveRegister.catalog
Catalog of all defined or used octave registers.
|
Constructor and Description |
---|
Artikulation(EntityCatalog<Artikulation> c,
Map<String,String> map)
Only constructor.
|
Clef(EntityCatalog<Clef> catalog,
FunctionalPitch reference,
Map<String,String> names)
Only constructor, setting all parameters.
|
FunctionalPitchModOctave(WhiteKeyModOctave wk,
Accidental alt,
EntityCatalog<FunctionalPitchModOctave> catalog,
@Opt String lang,
@Opt String name)
Full constructor, setting all Parameters.
|
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).
|
InterpolationKind(EntityCatalog<InterpolationKind> c,
Map<String,String> map)
Only constructor.
|
MixedNoteheadAddendum(EntityCatalog<MixedNoteheadAddendum> c,
Map<String,String> map)
Only constructor.
|
Ornament(EntityCatalog<Ornament> c,
Map<String,String> map,
int[] pre,
int[] rep,
int[] post)
Only construtor.
|
PitchModOctave(EntityCatalog<E> c,
Map<String,String> map)
Only constructor.
|
WhiteKeyModOctave(int whiteKeysFromC,
int fifthsFromC,
EntityCatalog<WhiteKeyModOctave> catalog,
Map<String,String> map)
Only constructor, setting all parameters.
|
Modifier and Type | Field and Description |
---|---|
static EntityCatalog<RelWert> |
RelWert.catalog
Catalog for RelWert by names.
|
static EntityCatalog<DoppelHaken> |
DoppelHaken.catalog
Catalog for double hook instances by name.
|
static EntityCatalog<Haken> |
Haken.catalog
Catalog for hook instances by name.
|
Modifier and Type | Field and Description |
---|---|
protected EntityCatalog<E> |
Entity.catalog
The multi-lingual catalog in which this entitiy is contained.
|
Modifier and Type | Method and Description |
---|---|
EntityCatalog<E> |
Entity.getCatalog()
The multi-lingual catalog in which this entitiy is contained.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityCatalog.lendFrom(EntityCatalog<? extends E> origCat,
String lang,
String name)
Duplicate the reference to an entity in a different catalog by this catalog.
|
Constructor and Description |
---|
Entity(EntityCatalog<E> catalog)
Creates a new entity with (possibly) multiple names in multiple languages.
|
Entity(EntityCatalog<E> catalog,
Map<String,String> names)
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.
|