Method

AgsAudioWaveadd_buffer

since: 3.0.0

Declaration [src]

void
ags_wave_add_buffer (
  AgsWave* wave,
  AgsBuffer* buffer,
  gboolean use_selection_list
)

Description [src]

Add buffer to wave.

Available since: 3.0.0

Parameters

buffer

Type: AgsBuffer

The AgsBuffer to add.

The data is owned by the caller of the function.
use_selection_list

Type: gboolean

If TRUE add to selection, else to default wave.