Uses of Class
eu.bandm.music.haken.RelWert
Package
Description
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).
-
Uses of RelWert in eu.bandm.music.applications.feldproj
Modifier and TypeFieldDescriptionGenerate_1.Agent.event2wert
All generated events are identified by list index.Generate_3.Agent.event2wert
Pre-Feldman event data: register as a RelWert O/M/U.Modifier and TypeMethodDescription(package private) void
Generate_3.Agent.generate_eventData
(RelWert th, RelWert dt) Translate twp relative values O/M/U for duration and pitch into pre-Feldman events inGenerate_3.Agent.event2start
,Generate_3.Agent.event2duration
, andGenerate_3.Agent.event2wert
. -
Uses of RelWert in eu.bandm.music.haken
Modifier and TypeFieldDescriptionstatic final RelWert
RelWert.M
static final RelWert
RelWert.O
static final RelWert
RelWert.U
Modifier and TypeFieldDescriptionScore_hkn.allMedium
An infinite list deliveringM
at every position.static final EntityCatalog<RelWert>
RelWert.catalog
Catalog for RelWert by names.Score_hkn.event2relwert
Semantic attribute of events.Score_hkn.Expansion.expanded
Main result of expansion: a list of expanded RelWert per Vox.Score_hkn_vox_v00.seq_height
The list of RelWert used for the "height" of the sung sound.Score_hkn_vox_v00.seq_vowelness
The list of RelWert used for the "soundness" of the sung sound.Modifier and TypeMethodDescriptionDoppelHaken.firstRelWert()
First vaule when seen as a RelWertFolge.Haken.firstRelWert()
The first value when a haken is seen as a RelWertFolge.RelWert.firstRelWert()
Any RelWertFolge is its own "first value" if it is seen as a RelWertFolge.RelWertFolge.firstRelWert()
Haken.getFirst()
Return the first RelWert in this hook.Haken.getLast()
Return the last RelWert in this hook.Haken.getMiddle()
Return the middle RelWert in this hook.Score_hkn.getRelWertFolge_first
(Event ev) Get the first RelWert of the entry with the given event.RelWert.inv()
Return the inverse of the RelWert.DoppelHaken.lastRelWert()
Last vaule when seen as a RelWertFolge.Haken.lastRelWert()
The last value when a haken is seen as a RelWertFolge.RelWert.lastRelWert()
Any RelWertFolge is its own "last value" if it is seen as a RelWertFolge.RelWertFolge.lastRelWert()
Return the third value, which is neither this, nor the other.Modifier and TypeMethodDescriptionprotected void
Put one segement of a DoppelHakenstatic Haken
return the Haken with the given first and last value.Return the third value, which is neither this, nor the other.(package private) void
LilypondGenerator.writeGraphics
(RelWert w) Add the macro call to the lilyPond source which creates the graphik of a directly given RelWert (without any Haken).(package private) void
LilypondGenerator.writeGraphicsExpanded
(RelWert r) Method which print the graphic represention of the currently valid RelWert for all V-events which are not the first in the K-event expansion.Modifier and TypeMethodDescriptionprotected void
Score_hkn_vla_v00.addValues
(@Opt List<RelWert> exp1, @Opt List<RelWert> exp2, int len, String p, List<Integer> out) Convert the RelWert of the K-Voices into a list of array index values.protected void
Put one segement of a DoppelHakenprotected void
Score_hkn.Expansion.expandHaken
(Vox v, List<RelWert> result) Returns a list ofRelWert
values by copying these from the K-voice input and translating allHaken
andDoppelHaken
into these.protected void
Score_hkn.Expansion.flushPendingDoppelHaken
(List<RelWert> result, int length, @Opt Event doppelhaken, boolean forceOverlap, boolean mayOverlap) Expand the last recognizedDoppelHaken
to a sequence of single "O/M/U"RelWert
events, Fills the time from its start up to "currentPos", because the next haken/event (or the end of input) is reached in the K-voice (=symbolic input voice).protected void
Score_hkn.Expansion.flushPendingHaken
(List<RelWert> result, int length, @Opt Event haken, boolean forceOverlap) protected void
LilypondGenerator.writeGraphics
(String role, Vox inputVoice, List<RelWert> expanded, List<Tp> tps, Map<Event, RelWert> event2relwert, Map<Event, Haken> event2haken, Map<Event, DoppelHaken> event2doppelHaken) Append a dedicated lilypond voice to the score, which presents a graphic symbol of the underlying K-event.protected void
LilypondGenerator.writeGraphics
(String role, Vox inputVoice, List<RelWert> expanded, List<Tp> tps, Map<Event, RelWert> event2relwert, Map<Event, Haken> event2haken, Map<Event, DoppelHaken> event2doppelHaken) Append a dedicated lilypond voice to the score, which presents a graphic symbol of the underlying K-event.