Uses of Class
eu.bandm.music.comp.FieldsFromIntervals.Item
-
Uses of FieldsFromIntervals.Item in eu.bandm.music.comp
Modifier and TypeFieldDescription(package private) final @Opt FieldsFromIntervals.Item
FieldsFromIntervals.Item.pre
The preceding field, which is enhanced by this step.protected FieldsFromIntervals.Item
FieldsFromIntervals.root
The start element of the fields' tree, representing a field with just one pitch =0.Modifier and TypeFieldDescriptionprotected final List<FieldsFromIntervals.Item>
FieldsFromIntervals.results
All found fields after executingFieldsFromIntervals.resolve()
.Modifier and TypeMethodDescriptionint[]
FieldsFromIntervals.asArray
(FieldsFromIntervals.Item item) Return a given field as an item of integers which represent the pitch classes.protected void
FieldsFromIntervals.asMusicXML
(FieldsFromIntervals.Item item, int number, List<eu.bandm.music.small_musicXml.Element_part> music_results, List<eu.bandm.music.small_musicXml.Element_score_part> index_results) Encode one field as an ascending sequence of note heads in music XML.FieldsFromIntervals.asPitches
(FieldsFromIntervals.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches.void
FieldsFromIntervals.dump
(PrintStream ps, @Opt FieldsFromIntervals.Item i) Print the pitch classes of all its predecessors, followed by that of "i".void
FieldsFromIntervals.prolongate
(FieldsFromIntervals.Item start) If the Item / field represented by the itme has already 12 / all pitch classes, then store it inFieldsFromIntervals.results
.ModifierConstructorDescription(package private)
Item
(FieldsFromIntervals.Item pre, int interval) Constructor for a derivation step which enhances the field by adding a further pitch class on the top of an existing field.