Method

AgsAudioWaveinsert_from_clipboard

since: 3.0.0

Declaration [src]

void
ags_wave_insert_from_clipboard (
  AgsWave* wave,
  xmlNode* wave_node,
  gboolean reset_x_offset,
  guint64 x_offset,
  gdouble delay,
  guint attack
)

Description [src]

Paste previously copied buffers.

Available since: 3.0.0

Parameters

wave_node

Type: xmlNode

The clipboard XML data.

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

Type: gboolean

If TRUE x_offset used as cursor.

x_offset

Type: guint64

Region start cursor offset.

delay

Type: gdouble

The delay to be used.

attack

Type: guint

The attack to be used.