Method

AgsAudioSF2SynthUtilload_instrument

since: 4.0.0

Declaration [src]

void
ags_sf2_synth_util_load_instrument (
  AgsSF2SynthUtil* sf2_synth_util,
  gchar* preset,
  gchar* instrument
)

Description [src]

Load instrument of sf2_synth_util.

Available since: 4.0.0

Parameters

preset

Type: gchar*

The preset.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
instrument

Type: gchar*

The instrument.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.