Uses of Enum Class
eu.bandm.music.applications.feldproj.MidiInterpretation2.Method
-
Uses of MidiInterpretation2.Method in eu.bandm.music.applications.feldproj
Modifier and TypeFieldDescription(package private) final MidiInterpretation2.Method
MidiInterpretation2.method
Selects the method for pitch selectionModifier and TypeFieldDescription(package private) final SwingTools.EnumComboBox<MidiInterpretation2.Method>
FeldmanProjections.method
GUI input element to select from the four different pitch selection methods.Modifier and TypeMethodDescriptionstatic MidiInterpretation2.Method
Returns the enum constant of this class with the specified name.static MidiInterpretation2.Method[]
MidiInterpretation2.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMidiInterpretation2
(FeldmanProjection_n score, MessageReceiver<SimpleMessage<?>> msg, PcSet pcSet, Long randomSeed, MidiInterpretation2.Method method) Only constructor