AgsRemoveNote

AgsRemoveNote — remove note object to notation

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveNote

Implemented Interfaces

AgsRemoveNote implements AgsConnectable.

Includes

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

Description

The AgsRemoveNote task removes AgsNote to AgsNotation.

Functions

ags_remove_note_new ()

AgsRemoveNote *
ags_remove_note_new (AgsNotation *notation,
                     guint x,
                     guint y);

Creates an AgsRemoveNote.

Parameters

notation

the AgsNotation

 

x

the x coordinate of AgsNote

 

y

the y coordinate of AgsNote

 

Returns

an new AgsRemoveNote.

Since: 0.4

Types and Values