taglinefilesource code
synth463drivers/sound/maui.cstruct synth_operations *synth;
synth470drivers/sound/maui.csynth = midi_devs[this_dev]->converter;
synth472drivers/sound/maui.cif (synth != NULL)
synth474drivers/sound/maui.corig_load_patch = synth->load_patch;
synth475drivers/sound/maui.csynth->load_patch = &maui_load_patch;