Uses of Enum Class
eu.bandm.music.applications.feldproj.MidiInterpretation2.Method
Packages that use MidiInterpretation2.Method
-
Uses of MidiInterpretation2.Method in eu.bandm.music.applications.feldproj
Fields in eu.bandm.music.applications.feldproj declared as MidiInterpretation2.MethodModifier and TypeFieldDescription(package private) final MidiInterpretation2.Method
MidiInterpretation2.method
Selects the method for pitch selectionFields in eu.bandm.music.applications.feldproj with type parameters of type MidiInterpretation2.MethodModifier and TypeFieldDescription(package private) final SwingTools.EnumComboBox
<MidiInterpretation2.Method> FeldmanProjections.method
GUI input element to select from the four different pitch selection methods.Methods in eu.bandm.music.applications.feldproj that return MidiInterpretation2.MethodModifier 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.Constructors in eu.bandm.music.applications.feldproj with parameters of type MidiInterpretation2.MethodModifierConstructorDescriptionMidiInterpretation2
(FeldmanProjection_n score, MessageReceiver<SimpleMessage<?>> msg, PcSet pcSet, Long randomSeed, MidiInterpretation2.Method method) Only constructor