Uses of Class
eu.bandm.music.entities.PcSet
Packages that use PcSet
Package
Description
All fundamental entities for modeling music.
-
Uses of PcSet in eu.bandm.music.applications.feldproj
Fields in eu.bandm.music.applications.feldproj declared as PcSetModifier and TypeFieldDescription(package private) PcSetMidiInterpretation2.currentPcsKeeps track of the last used pc set for repetition minimization of all pitch select methods (except "free").(package private) final PcSetMidiInterpretation2.pcSetThe overall set of allowed pitch classesMethods in eu.bandm.music.applications.feldproj that return PcSetModifier and TypeMethodDescription(package private) PcSetMidiInterpretation2.generateEvents(MidiInterpretation2.Agent agent, Event event) Fundamental event generatsion, used by the three strategies with repetition ban.Methods in eu.bandm.music.applications.feldproj with parameters of type PcSetModifier and TypeMethodDescription(package private) BitSetCalculate the set of midi keys allowed according to the minimal and maximal midi key and the set of allowed pitch classes.Constructors in eu.bandm.music.applications.feldproj with parameters of type PcSetModifierConstructorDescriptionMidiInterpretation2(FeldmanProjection_n score, MessageReceiver<SimpleMessage<?>> msg, PcSet pcSet, Long randomSeed, MidiInterpretation2.Method method) Only constructor -
Uses of PcSet in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as PcSetModifier and TypeFieldDescriptionstatic final PcSetPcSet.allstatic final PcSetPcSet.blackKeysPcSet.classRepresenterRepresenter of the class of this instance.static final PcSetPcSet.emptystatic final PcSetPcSet.whiteKeysFields in eu.bandm.music.entities with type parameters of type PcSetMethods in eu.bandm.music.entities that return PcSetModifier and TypeMethodDescriptionPcSet.add(int... pcs) PcSet.getForm()PcSet.MicroClav.getValue()PcSet.MicroClavCombo.getValue()PcSet.subtract(int... pcs) static PcSetPcSet.valueOf(int bits) static PcSetstatic PcSetstatic PcSetPcSet.valueOf(String digits, MessageReceiver<SimpleMessage<?>> msg) static PcSetstatic PcSetPcSet.valueOf(Collection<Integer> ints) Methods in eu.bandm.music.entities with parameters of type PcSetModifier and TypeMethodDescriptionvoidDOCMEvoidConstructor parameters in eu.bandm.music.entities with type arguments of type PcSetModifierConstructorDescriptionMicroClavCombo(List<Tuple2<String, PcSet>> constants) ATTENTION Overriding is required because the combo box SHADOWS tooltip activation !?