Package | Description |
---|---|
eu.bandm.music.haken |
Composition project which translates polyphonix sequnces of abstract
"hook signs" (="Haken" = "hkn") into scores for different instruments, like
Viola, Voice, electronick sound synthesis or abstract graphical movies.
|
Modifier and Type | Field and Description |
---|---|
static RelWert |
RelWert.M |
static RelWert |
RelWert.O |
static RelWert |
RelWert.U |
Modifier and Type | Field and Description |
---|---|
static java.util.List<RelWert> |
Score_hkn.allMedium |
static EntityCatalog<RelWert> |
RelWert.catalog |
(package private) java.util.Map<Event,RelWert> |
Score_hkn.event2relwert
Semantic attribute of events.
|
protected java.util.Map<Vox,java.util.List<RelWert>> |
Score_hkn_vox_v00.expanded |
java.util.Map<Vox,java.util.List<RelWert>> |
Score_hkn.Expansion.expanded |
(package private) java.util.List<RelWert> |
Score_hkn_vox_v00.seq_height |
(package private) java.util.List<RelWert> |
Score_hkn_vox_v00.seq_vowelness |
Modifier and Type | Method and Description |
---|---|
RelWert |
RelWert.firstRelWert() |
RelWert |
DoppelHaken.firstRelWert() |
RelWert |
Haken.firstRelWert() |
RelWert |
RelWertFolge.firstRelWert() |
RelWert |
Haken.getFirst() |
RelWert |
Haken.getLast() |
RelWert |
Haken.getMiddle() |
protected @Opt RelWert |
Score_hkn.getRelWertFolge_first(Event ev) |
RelWert |
RelWert.inv()
Return the invers of the RelWert:
|
RelWert |
RelWert.lastRelWert() |
RelWert |
DoppelHaken.lastRelWert() |
RelWert |
Haken.lastRelWert() |
RelWert |
RelWertFolge.lastRelWert() |
RelWert |
RelWert.neither(RelWert other)
Return the third value, which is neither this, nor the other.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<RelWert> |
Score_hkn.Expansion.expandHaken(Vox v,
java.util.List<RelWert> result)
Returns a list of
RelWert values. |
Modifier and Type | Method and Description |
---|---|
protected void |
Score_hkn.Expansion.dhPut(java.util.List<RelWert> result,
RelWert v,
int c) |
static Haken |
Haken.get(RelWert first,
RelWert last)
return the Haken with the given first and last value.
|
RelWert |
RelWert.neither(RelWert other)
Return the third value, which is neither this, nor the other.
|
(package private) void |
LilypondGenerator.writeGraphics(RelWert w) |
(package private) void |
LilypondGenerator.writeGraphicsExpanded(RelWert r) |
Modifier and Type | Method and Description |
---|---|
protected void |
Score_hkn_vla_v00.addValues(java.util.List<RelWert> exp1,
java.util.List<RelWert> exp2,
int len,
java.lang.String p,
java.util.List<java.lang.Integer> out) |
protected void |
Score_hkn_vla_v00.addValues(java.util.List<RelWert> exp1,
java.util.List<RelWert> exp2,
int len,
java.lang.String p,
java.util.List<java.lang.Integer> out) |
protected void |
Score_hkn.Expansion.dhPut(java.util.List<RelWert> result,
RelWert v,
int c) |
protected java.util.List<RelWert> |
Score_hkn.Expansion.expandHaken(Vox v,
java.util.List<RelWert> result)
Returns a list of
RelWert values. |
protected void |
Score_hkn.Expansion.flushPendingDoppelHaken(java.util.List<RelWert> result,
int length,
@Opt Event doppelhaken,
boolean forceOverlap,
boolean mayOverlap)
Expand the last recognized
Doppelhaken 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(java.util.List<RelWert> result,
int length,
@Opt Event haken,
boolean forceOverlap)
|
protected void |
LilypondGenerator.writeGraphics(java.lang.String role,
Vox inputVoice,
java.util.List<RelWert> expanded,
java.util.List<Tp> tps,
java.util.Map<Event,RelWert> event2relwert,
java.util.Map<Event,Haken> event2haken,
java.util.Map<Event,DoppelHaken> event2doppelHaken) |
protected void |
LilypondGenerator.writeGraphics(java.lang.String role,
Vox inputVoice,
java.util.List<RelWert> expanded,
java.util.List<Tp> tps,
java.util.Map<Event,RelWert> event2relwert,
java.util.Map<Event,Haken> event2haken,
java.util.Map<Event,DoppelHaken> event2doppelHaken) |