Uses of Enum Class
org.jjazz.midi.api.synths.Family
Packages that use Family
Package
Description
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 Family in org.jjazz.midi.api
Methods in org.jjazz.midi.api with parameters of type FamilyModifier and TypeMethodDescriptionInstrumentBank.getInstrumentsFromFamily
(Family f) Get the instruments whose substitute's family is f. -
Uses of Family in org.jjazz.midi.api.synths
Methods in org.jjazz.midi.api.synths that return FamilyModifier and TypeMethodDescriptionGM1Instrument.getFamily()
The Family value for this instrument.static Family
Family.guessFamily
(String patchName) Try to guess the family from patchName.static Family
Returns the enum constant of this class with the specified name.static Family[]
Family.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 FamilyModifier and TypeMethodDescriptionGM1Bank.getDefaultInstrument
(Family f) Return a hard-coded default GM1Instrument for the specified GM family. -
Uses of Family in org.jjazz.outputsynth.api
Methods in org.jjazz.outputsynth.api that return types with arguments of type FamilyModifier 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 FamilyModifier and TypeMethodDescriptionGMRemapTable.getInstrument
(Family family) Get the mapped instrument for the specified instrument family.