Constructor
AgsAudioApplySF2MidiLocalenew
since: 3.16.0
Declaration [src]
AgsApplySF2MidiLocale*
ags_apply_sf2_midi_locale_new (
AgsSF2SynthUtil* synth_template,
AgsSF2SynthUtil* synth
)
Parameters
synth_template
-
Type:
AgsSF2SynthUtil
The synth template.
The data is owned by the caller of the function. synth
-
Type:
AgsSF2SynthUtil
The synth.
The data is owned by the caller of the function.
Return value
Type: AgsApplySF2MidiLocale
An new AgsApplySF2MidiLocale
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |