Method

AgsAudioSoundProviderset_time_signature

since: 6.14.0

Declaration [src]

void
ags_sound_provider_set_time_signature (
  AgsSoundProvider* sound_provider,
  GList* time_signature
)

Description [src]

Set time signature objects.

Available since: 6.14.0

Parameters

time_signature

Type: A list of AgsProgram*

A GList-struct containing AgsProgram.

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