AgsAddNote

AgsAddNote — add note object to notation

Stability Level

Stable, unless otherwise indicated

Functions

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 (AgsAudio *audio,
                  AgsNote *note,
                  guint audio_channel,
                  gboolean use_selection_list);

Create a new instance of AgsAddNote.

Parameters

audio

the AgsAudio

 

note

the AgsNote to add

 

audio_channel

the audio channel

 

use_selection_list

if TRUE added to selection, otherwise to notation

 

Returns

the new AgsAddNote

Since: 3.0.0