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 GMRemapTableGMRemapTable.loadFromString(MidiSynth midiSynth, String s) Methods in org.jjazz.outputsynth.api with parameters of type GMRemapTableModifier and TypeMethodDescriptionvoidGMRemapTable.set(GMRemapTable rt) Set the mappings from another GMRemapTable which must share the same MidiSynth.voidOutputSynth.UserSettings.setRemapTableValues(GMRemapTable tbl) Copy the RemapTable values from the specified GMRemapTable.