| Top |
void ags_move_note_256th_set_selection (AgsMoveNote256th *move_note_256th,GList *selection);
Set selection
of move_note_256th
.
move_note_256th |
the AgsMoveNote256th |
|
selection |
the selection as GList. |
[element-type AgsAudio.Note][transfer none] |
Since: 9.1.3
AgsMoveNote256th * ags_move_note_256th_new (AgsAudio *audio,AgsNotation *notation,GList *selection,guint first_x_256th,guint first_y,gint move_x_256th,gint move_y,gboolean relative,gboolean absolute);
Create a new instance of AgsMoveNote256th task. Note256th either relative
or absolute
shall
be TRUE else it won't have any effect.
audio |
the AgsAudio |
|
notation |
the AgsNotation |
|
selection |
the selection as GList. |
[element-type AgsAudio.Note][transfer none] |
first_x |
the x offset to move from |
|
first_y |
the x padding to use |
|
move_x |
the amout to move in x direction |
|
move_y |
the amout to move in y direction |
|
relative |
if |
|
absolute |
if |
Since: 9.1.3