krähemann.com

AgsFxNotationRecycling

AgsFxNotationRecycling — fx notation recycling

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxNotationRecycling
                ├── AgsFxDssiRecycling
                ╰── AgsFxLv2Recycling

Implemented Interfaces

AgsFxNotationRecycling implements AgsConnectable.

Includes

#include <ags/audio/fx/ags_fx_notation_recycling.h>

Description

The AgsFxNotationRecycling class provides ports to the effect processor.

Functions

ags_fx_notation_recycling_new ()

AgsFxNotationRecycling *
ags_fx_notation_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxNotationRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxNotationRecycling

Since: 3.3.0


AGS_FX_NOTATION_RECYCLING()

#define AGS_FX_NOTATION_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_NOTATION_RECYCLING, AgsFxNotationRecycling))

AGS_FX_NOTATION_RECYCLING_CLASS()

#define AGS_FX_NOTATION_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_NOTATION_RECYCLING, AgsFxNotationRecyclingClass))

AGS_FX_NOTATION_RECYCLING_GET_CLASS()

#define AGS_FX_NOTATION_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_NOTATION_RECYCLING, AgsFxNotationRecyclingClass))

AGS_IS_FX_NOTATION_RECYCLING()

#define AGS_IS_FX_NOTATION_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_NOTATION_RECYCLING))

AGS_IS_FX_NOTATION_RECYCLING_CLASS()

#define AGS_IS_FX_NOTATION_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_NOTATION_RECYCLING))

ags_fx_notation_recycling_get_type ()

GType
ags_fx_notation_recycling_get_type ();

Types and Values

AGS_TYPE_FX_NOTATION_RECYCLING

#define AGS_TYPE_FX_NOTATION_RECYCLING                (ags_fx_notation_recycling_get_type())

struct AgsFxNotationRecycling

struct AgsFxNotationRecycling;

struct AgsFxNotationRecyclingClass

struct AgsFxNotationRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};