Uses of Enum Class
org.jjazz.midi.api.synths.InstrumentFamily
Packages that use InstrumentFamily
Package
Description
Notes "humanization" methods.
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
The model of the Midi synth connected to the output of JJazzLab.
-
Uses of InstrumentFamily in org.jjazz.humanizer.api
Constructors in org.jjazz.humanizer.api with parameters of type InstrumentFamilyModifierConstructorDescriptionHumanizer(Phrase phrase, TimeSignature ts, InstrumentFamily insFamily, int tempo) Create an instance in INIT state with an allowed beat range of [0;Float.MAX_VALUE], with DEFAULT_CONFIG, and no registered notes.Humanizer(Phrase sourcePhrase, TimeSignature ts, FloatRange allowedBeatRange, InstrumentFamily insFamily, int tempo) Create an instance in INIT state with DEFAULT_CONFIG and no registered notes.Humanizer(SizedPhrase sizedPhrase, InstrumentFamily insFamily, int tempo) Create an instance in INIT state with DEFAULT_CONFIG, and no registered notes. -
Uses of InstrumentFamily in org.jjazz.midi.api
Methods in org.jjazz.midi.api with parameters of type InstrumentFamilyModifier and TypeMethodDescriptionInstrumentBank.getInstrumentsFromFamily(InstrumentFamily f) Get the instruments whose substitute's family is f. -
Uses of InstrumentFamily in org.jjazz.midi.api.synths
Subclasses with type arguments of type InstrumentFamily in org.jjazz.midi.api.synthsMethods in org.jjazz.midi.api.synths that return InstrumentFamilyModifier and TypeMethodDescriptionGM1Instrument.getFamily()The Family value for this instrument.static InstrumentFamilyInstrumentFamily.guessFamily(String patchName) Try to guess the family from patchName.static InstrumentFamilyReturns the enum constant of this class with the specified name.static InstrumentFamily[]InstrumentFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.midi.api.synths with parameters of type InstrumentFamilyModifier and TypeMethodDescriptionGM1Bank.getDefaultInstrument(InstrumentFamily f) Return a hard-coded default GM1Instrument for the specified GM family. -
Uses of InstrumentFamily in org.jjazz.outputsynth.api
Methods in org.jjazz.outputsynth.api that return types with arguments of type InstrumentFamilyModifier and TypeMethodDescriptionGMRemapTable.getFamilyInstrumentMap()The map which associates a GM family to an instrument from the associated MidiSynth.Methods in org.jjazz.outputsynth.api with parameters of type InstrumentFamilyModifier and TypeMethodDescriptionGMRemapTable.getInstrument(InstrumentFamily family) Get the mapped instrument for the specified instrument family.