AgsRemoveNote

AgsRemoveNote — remove note object from notation

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsRemoveNote task removes AgsNote from AgsNotation.

Functions

ags_remove_note_new ()

AgsRemoveNote *
ags_remove_note_new (AgsAudio *audio,
                     AgsNote *note,
                     guint audio_channel,
                     gboolean use_selection_list);

Create a new instance of AgsRemoveNote.

Parameters

audio

the AgsAudio

 

note

the AgsNote to remove

 

audio_channel

the audio channel

 

use_selection_list

if TRUE remove of selection, otherwise of notation

 

Returns

the new AgsRemoveNote

Since: 3.0.0