Uses of Class
org.jjazz.outputsynth.api.GMRemapTable
Packages that use GMRemapTable
Package
Description
The model of the Midi synth connected to the output of JJazzLab.
-
Uses of GMRemapTable in org.jjazz.outputsynth.api
Methods in org.jjazz.outputsynth.api that return GMRemapTableModifier and TypeMethodDescriptionOutputSynth.UserSettings.getGMRemapTable()
static GMRemapTable
GMRemapTable.loadFromString
(MidiSynth midiSynth, String s) Methods in org.jjazz.outputsynth.api with parameters of type GMRemapTableModifier 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
Methods in org.jjazz.outputsynth.api.ui with parameters of type GMRemapTableModifier and TypeMethodDescriptionvoid
RemapTableInstrumentChooser.preset
(GMRemapTable remapTable, Instrument remappedIns) void
RemapTableUI.Model.setPrimaryModel
(GMRemapTable model) void
RemapTableUI.setPrimaryModel
(GMRemapTable m) Constructors in org.jjazz.outputsynth.api.ui with parameters of type GMRemapTableModifierConstructorDescriptionDefaultInstrumentsDialog
(String dlgTitle, GMRemapTable remapTable) Creates new form DefaultInstrumentsDialog