AgsAddNote — add note object to notation
GObject ╰── AgsTask ╰── AgsAddNote
AgsAddNote implements AgsConnectable.
#include <ags/audio/task/ags_add_note.h>
The AgsAddNote task adds AgsNote to AgsNotation.
AgsAddNote * ags_add_note_new (AgsNotation *notation, AgsNote *note, gboolean use_selection_list);
AgsNotation *notation
AgsNote *note
gboolean use_selection_list
Creates an AgsAddNote.
notation
the AgsNotation
note
the AgsNote to add
use_selection_list
if TRUE added to selection, otherwise to notation
TRUE
an new AgsAddNote.
Since: 0.4