Uses of Class
org.jjazz.outputsynth.api.GMRemapTable
Package
Description
The model of the Midi synth connected to the output of JJazzLab.
-
Uses of GMRemapTable in org.jjazz.outputsynth.api
Modifier and TypeMethodDescriptionOutputSynth.UserSettings.getGMRemapTable()
static GMRemapTable
GMRemapTable.loadFromString
(MidiSynth midiSynth, String s) Modifier and TypeMethodDescriptionvoid
GMRemapTable.set
(GMRemapTable rt) Set the mappings from another GMRemapTable which must share the same MidiSynth.void
OutputSynth.UserSettings.setRemapTableValues
(GMRemapTable tbl) Copy the RemapTable values from the specified GMRemapTable. -
Uses of GMRemapTable in org.jjazz.outputsynth.api.ui
Modifier and TypeMethodDescriptionvoid
RemapTableInstrumentChooser.preset
(GMRemapTable remapTable, Instrument remappedIns) void
RemapTableUI.Model.setPrimaryModel
(GMRemapTable model) void
RemapTableUI.setPrimaryModel
(GMRemapTable m) ModifierConstructorDescriptionDefaultInstrumentsDialog
(String dlgTitle, GMRemapTable remapTable) Creates new form DefaultInstrumentsDialog