Uses of Class
eu.bandm.music.entities.TwelveToneFunctionalRepresentation
Packages that use TwelveToneFunctionalRepresentation
Package
Description
Demonstration software for Transposition Invariant Tunings .
All fundamental entities for modeling music.
-
Uses of TwelveToneFunctionalRepresentation in eu.bandm.music.applications.tiTuning
Fields in eu.bandm.music.applications.tiTuning declared as TwelveToneFunctionalRepresentationModifier and TypeFieldDescription(package private) final TwelveToneFunctionalRepresentation
TITuning.commonMinor
Fields in eu.bandm.music.applications.tiTuning with type parameters of type TwelveToneFunctionalRepresentationModifier and TypeFieldDescription(package private) final Map
<String, TwelveToneFunctionalRepresentation> TITuning.piece2scale
Methods in eu.bandm.music.applications.tiTuning with parameters of type TwelveToneFunctionalRepresentationModifier and TypeMethodDescription(package private) void
TITuning.loadTuner
(TwelveToneFunctionalRepresentation interpretation, FunctionalPitchModOctave transpositionBase) Load the tuner with the matrix which represents the interpreations of the MIDI keys (mod octave) "c", "c#", .. -
Uses of TwelveToneFunctionalRepresentation in eu.bandm.music.comp
Methods in eu.bandm.music.comp with parameters of type TwelveToneFunctionalRepresentationModifier and TypeMethodDescriptionFields.asPitches
(Fields.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches.FieldsFromIntervals.asPitches
(FieldsFromIntervals.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches. -
Uses of TwelveToneFunctionalRepresentation in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as TwelveToneFunctionalRepresentationModifier and TypeFieldDescriptionstatic final TwelveToneFunctionalRepresentation
TwelveToneFunctionalRepresentation.start_c_bees_only
One variant which uses only single flat=b symbols.static final TwelveToneFunctionalRepresentation
TwelveToneFunctionalRepresentation.start_c_cross_only
One variant which uses only single sharp=cross symbols.Methods in eu.bandm.music.entities that return TwelveToneFunctionalRepresentationModifier and TypeMethodDescriptionTwelveToneFunctionalRepresentation.fromPitchNames
(String... names) Convenience method to construct in interpretation.Methods in eu.bandm.music.entities with parameters of type TwelveToneFunctionalRepresentationModifier and TypeMethodDescriptionstatic FunctionalPitch
Keyboard.pitchByKey
(int keyNumber, TwelveToneFunctionalRepresentation rep) Deliver a functional pitch which is represented by this key. -
Uses of TwelveToneFunctionalRepresentation in eu.bandm.music.midi
Fields in eu.bandm.music.midi declared as TwelveToneFunctionalRepresentationModifier and TypeFieldDescription(package private) TwelveToneFunctionalRepresentation
MidiStringFormatter.repr12
A mapping from the keyboard keys of one octave to spelled pitch classes.Methods in eu.bandm.music.midi with parameters of type TwelveToneFunctionalRepresentationModifier and TypeMethodDescriptionMidiStringFormatter.setTwelveToneFunctionalRepresentation
(TwelveToneFunctionalRepresentation rep) Set the mapping from the keyboard keys of one octave to spelled pitch classes.