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
FieldsModifier and TypeFieldDescription(package private) final charCategory ofphonem.(package private) booleanWhether the phonem is the first in the word.(package private) final EventHaiku score event = syllable which leads to this instance.(package private) StringCharacter(s) which leads to this instance.(package private) final intPosition in the sequence of sounding characters in the syllable oforigin.(package private) RationalDuration calculated for this event (before any articulation) FIXME ???(package private) RationalStarting point relative to start of whole translation FIXME CHECK ??? -
Constructor Summary
Constructors -
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.
-