AgsResetNote

AgsResetNote — reset note internal

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsResetNote

Includes

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

Description

The AgsResetNote task resets note to recompute the note during next run.

Functions

ags_reset_note_add ()

void
ags_reset_note_add (AgsResetNote *reset_note,
                    AgsNote *note);

Add note .

Parameters

reset_note

the AgsResetNote

 

note

the AgsNote

 

Since: 3.0.0


ags_reset_note_remove ()

void
ags_reset_note_remove (AgsResetNote *reset_note,
                       AgsNote *note);

Remove note .

Parameters

reset_note

the AgsResetNote

 

note

the AgsNote

 

Since: 3.0.0


ags_reset_note_get_instance ()

AgsResetNote *
ags_reset_note_get_instance ();

Get instance.

Returns

the AgsResetNote.

[transfer none]

Since: 3.0.0


ags_reset_note_new ()

AgsResetNote *
ags_reset_note_new ();

Creates an AgsResetNote.

Returns

an new AgsResetNote.

Since: 3.0.0


AGS_IS_RESET_NOTE()

#define AGS_IS_RESET_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESET_NOTE))

AGS_RESET_NOTE()

#define AGS_RESET_NOTE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESET_NOTE, AgsResetNote))

AGS_RESET_NOTE_CLASS()

#define AGS_RESET_NOTE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESET_NOTE, AgsResetNoteClass))

AGS_RESET_NOTE_GET_CLASS()

#define AGS_RESET_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESET_NOTE, AgsResetNoteClass))

ags_reset_note_get_type ()

GType
ags_reset_note_get_type ();

Types and Values

AGS_TYPE_RESET_NOTE

#define AGS_TYPE_RESET_NOTE                (ags_reset_note_get_type())

struct AgsResetNote

struct AgsResetNote;

struct AgsResetNoteClass

struct AgsResetNoteClass {
  AgsTaskClass task;
};