Method

AgsAudioSFZSynthUtilset_pitch_util

since: 4.0.0

Declaration [src]

void
ags_sfz_synth_util_set_pitch_util (
  AgsSFZSynthUtil* sfz_synth_util,
  gpointer pitch_util
)

Description [src]

Set pitch_util of sfz_synth_util.

Available since: 4.0.0

Parameters

pitch_util

Type: gpointer

The pitch util.

The argument can be NULL.
The instance takes ownership of the data, and is responsible for freeing it.