Class
AgsAudioMoveNote
[−]
Description
class AgsAudio.MoveNote : Ags.Task
{
audio: AgsAudio*,
notation: AgsNotation*,
selection: GList*,
first_x: guint,
first_y: guint,
move_x: guint,
move_y: guint,
relative: gboolean,
absolute: gboolean
}
No description available.
[−]
Constructors
ags_move_note_new
Create a new instance of AgsMoveNote
task. Note either relative
or absolute
shall
be TRUE
else it won’t have any effect.
since: 3.0.0
[+]