Uses of Class
eu.bandm.music.haken.RelWert
Packages that use 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
Fields in eu.bandm.music.applications.feldproj with type parameters of type RelWertModifier and TypeFieldDescriptionGenerate_1.Agent.event2wertAll generated events are identified by list index.Generate_3.Agent.event2wertPre-Feldman event data: register as a RelWert O/M/U.Methods in eu.bandm.music.applications.feldproj with parameters of type RelWertModifier and TypeMethodDescription(package private) voidGenerate_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
Fields in eu.bandm.music.haken declared as RelWertModifier and TypeFieldDescriptionstatic final RelWertRelWert.Mstatic final RelWertRelWert.Ostatic final RelWertRelWert.UFields in eu.bandm.music.haken with type parameters of type RelWertModifier and TypeFieldDescriptionScore_hkn.allMediumAn infinite list deliveringMat every position.static final EntityCatalog<RelWert> RelWert.catalogCatalog for RelWert by names.Score_hkn.event2relwertSemantic attribute of events.Score_hkn.Expansion.expandedMain result of expansion: a list of expanded RelWert per Vox.Score_hkn_vox_v00.seq_heightThe list of RelWert used for the "height" of the sung sound.Score_hkn_vox_v00.seq_vowelnessThe list of RelWert used for the "soundness" of the sung sound.Methods in eu.bandm.music.haken that return RelWertModifier 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.Methods in eu.bandm.music.haken with parameters of type RelWertModifier and TypeMethodDescriptionprotected voidPut one segement of a DoppelHakenstatic Hakenreturn the Haken with the given first and last value.Return the third value, which is neither this, nor the other.(package private) voidLilypondGenerator.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) voidLilypondGenerator.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.Method parameters in eu.bandm.music.haken with type arguments of type RelWertModifier and TypeMethodDescriptionprotected voidScore_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 voidPut one segement of a DoppelHakenprotected voidScore_hkn.Expansion.expandHaken(Vox v, List<RelWert> result) Returns a list ofRelWertvalues by copying these from the K-voice input and translating allHakenandDoppelHakeninto these.protected voidScore_hkn.Expansion.flushPendingDoppelHaken(List<RelWert> result, int length, @Opt Event doppelhaken, boolean forceOverlap, boolean mayOverlap) Expand the last recognizedDoppelHakento a sequence of single "O/M/U"RelWertevents, 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 voidScore_hkn.Expansion.flushPendingHaken(List<RelWert> result, int length, @Opt Event haken, boolean forceOverlap) protected voidLilypondGenerator.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 voidLilypondGenerator.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.