AgsAddNote

AgsAddNote — add note object to notation

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAddNote

Implemented Interfaces

AgsAddNote implements AgsConnectable.

Includes

#include <ags/audio/task/ags_add_note.h>

Description

The AgsAddNote task adds AgsNote to AgsNotation.

Functions

ags_add_note_new ()

AgsAddNote *
ags_add_note_new (AgsNotation *notation,
                  AgsNote *note,
                  gboolean use_selection_list);

Creates an AgsAddNote.

Parameters

notation

the AgsNotation

 

note

the AgsNote to add

 

use_selection_list

if TRUE added to selection, otherwise to notation

 

Returns

an new AgsAddNote.

Since: 0.4

Types and Values