AgsFxSynthRecycling

AgsFxSynthRecycling — fx synth recycling

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxNotationRecycling
                ╰── AgsFxSynthRecycling

Implemented Interfaces

AgsFxSynthRecycling implements AgsConnectable.

Includes

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

Description

The AgsFxSynthRecycling class provides ports to the effect processor.

Functions

ags_fx_synth_recycling_new ()

AgsFxSynthRecycling *
ags_fx_synth_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxSynthRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxSynthRecycling

Since: 3.14.0


AGS_FX_SYNTH_RECYCLING()

#define AGS_FX_SYNTH_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_SYNTH_RECYCLING, AgsFxSynthRecycling))

AGS_FX_SYNTH_RECYCLING_CLASS()

#define AGS_FX_SYNTH_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_SYNTH_RECYCLING, AgsFxSynthRecyclingClass))

AGS_FX_SYNTH_RECYCLING_GET_CLASS()

#define AGS_FX_SYNTH_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_SYNTH_RECYCLING, AgsFxSynthRecyclingClass))

AGS_IS_FX_SYNTH_RECYCLING()

#define AGS_IS_FX_SYNTH_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_SYNTH_RECYCLING))

AGS_IS_FX_SYNTH_RECYCLING_CLASS()

#define AGS_IS_FX_SYNTH_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_SYNTH_RECYCLING))

ags_fx_synth_recycling_get_type ()

GType
ags_fx_synth_recycling_get_type ();

Types and Values

AGS_TYPE_FX_SYNTH_RECYCLING

#define AGS_TYPE_FX_SYNTH_RECYCLING                (ags_fx_synth_recycling_get_type())

struct AgsFxSynthRecycling

struct AgsFxSynthRecycling;

struct AgsFxSynthRecyclingClass

struct AgsFxSynthRecyclingClass {
  AgsFxNotationRecyclingClass fx_notation_recycling;
};