AgsRemoveNote

AgsRemoveNote — remove note object from notation

Functions

Properties

AgsNotation * notation Read / Write
guint x Read / Write
guint y Read / Write

Types and Values

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 from 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


AGS_IS_REMOVE_NOTE()

#define AGS_IS_REMOVE_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_NOTE))


AGS_IS_REMOVE_NOTE_CLASS()

#define AGS_IS_REMOVE_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_NOTE))


AGS_REMOVE_NOTE()

#define AGS_REMOVE_NOTE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_NOTE, AgsRemoveNote))


AGS_REMOVE_NOTE_CLASS()

#define AGS_REMOVE_NOTE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_NOTE, AgsRemoveNoteClass))


AGS_REMOVE_NOTE_GET_CLASS()

#define AGS_REMOVE_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_NOTE, AgsRemoveNoteClass))


ags_remove_note_get_type ()

GType
ags_remove_note_get_type ();

Types and Values

AGS_TYPE_REMOVE_NOTE

#define AGS_TYPE_REMOVE_NOTE                (ags_remove_note_get_type())


struct AgsRemoveNote

struct AgsRemoveNote;


struct AgsRemoveNoteClass

struct AgsRemoveNoteClass {
  AgsTaskClass task;
};

Property Details

The “notation” property

  “notation”                 AgsNotation *

The assigned AgsNotation

Flags: Read / Write

Since: 0.7.117


The “x” property

  “x”                        guint

Note offset x.

Flags: Read / Write

Default value: 0

Since: 0.7.117


The “y” property

  “y”                        guint

Note offset y.

Flags: Read / Write

Default value: 0

Since: 0.7.117