Method
AgsAudioNotationinsert_from_clipboard_extended
since: 3.0.0
Declaration [src]
void
ags_notation_insert_from_clipboard_extended (
AgsNotation* notation,
xmlNode* notation_node,
gboolean reset_x_offset,
guint x_offset,
gboolean reset_y_offset,
guint y_offset,
gboolean match_channel,
gboolean no_duplicates
)
Parameters
notation_node
-
Type:
xmlNode
The clipboard XML data.
The data is owned by the caller of the method. 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.
match_channel
-
Type:
gboolean
Only paste if channel matches.
no_duplicates
-
Type:
gboolean
Only paste if current note doesn’t exist.