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) PcSet
MidiInterpretation2.currentPcs
Keeps track of the last used pc set for repetition minimization of all pitch select methods (except "free").(package private) final PcSet
MidiInterpretation2.pcSet
The overall set of allowed pitch classesMethods in eu.bandm.music.applications.feldproj that return PcSetModifier and TypeMethodDescription(package private) PcSet
MidiInterpretation2.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) BitSet
Calculate 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 PcSet
PcSet.all
static final PcSet
PcSet.blackKeys
PcSet.classRepresenter
Representer of the class of this instance.static final PcSet
PcSet.empty
static final PcSet
PcSet.whiteKeys
Fields 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 PcSet
PcSet.valueOf
(int bits) static PcSet
static PcSet
static PcSet
PcSet.valueOf
(String digits, MessageReceiver<SimpleMessage<?>> msg) static PcSet
static PcSet
PcSet.valueOf
(Collection<Integer> ints) Methods in eu.bandm.music.entities with parameters of type PcSetModifier and TypeMethodDescriptionvoid
DOCMEvoid
Constructor 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 !?