AgsAddPointToSelection

AgsAddPointToSelection — add point to notation selection

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAddPointToSelection

Implemented Interfaces

AgsAddPointToSelection implements AgsConnectable.

Includes

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

Description

The AgsAddPointToSelection task adds the specified AgsNote to selection of AgsNotation.

Functions

ags_add_point_to_selection_new ()

AgsAddPointToSelection *
ags_add_point_to_selection_new (AgsNotation *notation,
                                guint x,
                                guint y,
                                gboolean replace_current_selection);

Creates an AgsAddPointToSelection.

Parameters

notation

the AgsNotation providing the selection

 

x

x coordinate

 

y

y coordinate

 

replace_current_selection

if TRUE new selection is created, otherwise added to current

 

Returns

an new AgsAddPointToSelection.

Since: 0.4

Types and Values