Method

AgsAudioNotationinsert_from_clipboard

since: 3.0.0

Declaration [src]

void
ags_notation_insert_from_clipboard (
  AgsNotation* notation,
  xmlNode* notation_node,
  gboolean reset_x_offset,
  guint x_offset,
  gboolean reset_y_offset,
  guint y_offset
)

Description [src]

Paste previously copied notes.

Available since: 3.0.0

Parameters

notation_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: guint

Region start cursor offset.

reset_y_offset

Type: gboolean

If TRUE y_offset used as cursor.

y_offset

Type: guint

Region start cursor tone.