Uses of Class
eu.bandm.music.entities.PcSet
Package
Description
All fundamental entities for modeling music.
-
Uses of PcSet in eu.bandm.music.applications.feldproj
Modifier 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 classesModifier and TypeMethodDescription(package private) PcSet
MidiInterpretation2.generateEvents
(MidiInterpretation2.Agent agent, Event event) Fundamental event generatsion, used by the three strategies with repetition ban.Modifier 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.ModifierConstructorDescriptionMidiInterpretation2
(FeldmanProjection_n score, MessageReceiver<SimpleMessage<?>> msg, PcSet pcSet, Long randomSeed, MidiInterpretation2.Method method) Only constructor -
Uses of PcSet in eu.bandm.music.entities
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionvoid
DOCMEvoid
ModifierConstructorDescriptionMicroClavCombo
(List<Tuple2<String, PcSet>> constants) ATTENTION Overriding is required because the combo box SHADOWS tooltip activation !?