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 TwelveToneFunctionalRepresentationTITuning.commonMinorFields in eu.bandm.music.applications.tiTuning with type parameters of type TwelveToneFunctionalRepresentationModifier and TypeFieldDescription(package private) final Map<String, TwelveToneFunctionalRepresentation> TITuning.piece2scaleMethods in eu.bandm.music.applications.tiTuning with parameters of type TwelveToneFunctionalRepresentationModifier and TypeMethodDescription(package private) voidTITuning.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 TwelveToneFunctionalRepresentationTwelveToneFunctionalRepresentation.start_c_bees_onlyOne variant which uses only single flat=b symbols.static final TwelveToneFunctionalRepresentationTwelveToneFunctionalRepresentation.start_c_cross_onlyOne 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 FunctionalPitchKeyboard.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) TwelveToneFunctionalRepresentationMidiStringFormatter.repr12A 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.