Package eu.bandm.music.top
Class MwHaiku.GenEvent
java.lang.Object
eu.bandm.music.top.MwHaiku.GenEvent
- Enclosing class:
- MwHaiku
Prototypes to generate a CWN Event (with text and markup).
-
Field Summary
Modifier and TypeFieldDescription(package private) final char
Category ofphonem
.(package private) boolean
Whether the phonem is the first in the word.(package private) final Event
Haiku score event = syllable which leads to this instance.(package private) String
Character(s) which leads to this instance.(package private) final int
Position in the sequence of sounding characters in the syllable oforigin
.(package private) Rational
Duration calculated for this event (before any articulation) FIXME ???(package private) Rational
Starting point relative to start of whole translation FIXME CHECK ??? -
Constructor Summary
-
Method Summary
-
Field Details
-
phonem
String phonemCharacter(s) which leads to this instance. (This field is not final because non-sounding chars (like "ch" in "Schä- fer") will be appended in course of analysis.) -
origin
Haiku score event = syllable which leads to this instance. -
posInOrigin
final int posInOriginPosition in the sequence of sounding characters in the syllable oforigin
. -
cat
final char catCategory ofphonem
. -
firstInWord
boolean firstInWordWhether the phonem is the first in the word. -
rawDuration
Rational rawDurationDuration calculated for this event (before any articulation) FIXME ??? -
when
Rational whenStarting point relative to start of whole translation FIXME CHECK ???
-
-
Constructor Details
-
GenEvent
Evident.
-