Function

AgsAudioAudioSignalget_default_template

since: 5.0.0

Declaration [src]

AgsAudioSignal*
ags_audio_signal_get_default_template (
  GList* audio_signal
)

Description [src]

Retrieve the default template audio signal.

Available since: 5.0.0

Parameters

audio_signal

Type: A list of AgsAudioSignal*

The GList-struct containing AgsAudioSignal.

The data is owned by the caller of the function.

Return value

Type: AgsAudioSignal

The default template AgsAudioSignal or NULL if not found.

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