Method

AgsAudioWaveadd_region_to_selection

since: 3.0.0

Declaration [src]

void
ags_wave_add_region_to_selection (
  AgsWave* wave,
  guint64 x0,
  guint64 x1,
  gboolean replace_current_selection
)

Description [src]

Add buffer within region to selection.

Available since: 3.0.0

Parameters

x0

Type: guint64

X start offset.

x1

Type: guint64

X end offset.

replace_current_selection

Type: gboolean

If TRUE selection is replaced.