Uses of Enum Class
org.jjazz.midi.api.synths.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
Modifier and TypeMethodDescriptionInstrumentBank.getInstrumentsFromFamily
(Family f) Get the instruments whose substitute's family is f. -
Uses of Family in org.jjazz.midi.api.synths
Modifier 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.Modifier and TypeMethodDescriptionGM1Bank.getDefaultInstrument
(Family f) Return a hard-coded default GM1Instrument for the specified GM family. -
Uses of Family in org.jjazz.outputsynth.api
Modifier and TypeMethodDescriptionGMRemapTable.getFamilyInstrumentMap()
The map which associates a GM family to an instrument from the associated MidiSynth.Modifier and TypeMethodDescriptionGMRemapTable.getInstrument
(Family family) Get the mapped instrument for the specified instrument family.