Method
AgsAudioWaveinsert_from_clipboard_extended
since: 3.0.0
Declaration [src]
void
ags_wave_insert_from_clipboard_extended (
AgsWave* wave,
xmlNode* wave_node,
gboolean reset_x_offset,
guint64 x_offset,
gdouble delay,
guint attack,
gboolean match_line,
gboolean do_replace
)
Parameters
wave_node-
Type:
xmlNodeThe clipboard XML data.
The data is owned by the caller of the method. reset_x_offset-
Type:
gbooleanIf
TRUEx_offsetused as cursor. x_offset-
Type:
guint64Region start cursor offset.
delay-
Type:
gdoubleThe delay to be used.
attack-
Type:
guintThe attack to be used.
match_line-
Type:
gbooleanOnly paste if channel matches.
do_replace-
Type:
gbooleanIf
TRUEcurrent data is replaced, otherwise additive mixing is performed.