Method

AgsAudioSoundProviderset_tempo

since: 5.4.1

Declaration [src]

void
ags_sound_provider_set_tempo (
  AgsSoundProvider* sound_provider,
  GList* tempo
)

Description [src]

Set tempo objects.

Available since: 5.4.1

This method is not directly available to language bindings.

Parameters

tempo

Type: A list of gpointer

A GList-struct containing AgsTempo.

The instance takes ownership of the data, and is responsible for freeing it.