krähemann.com

AgsFxFMSynthRecycling

AgsFxFMSynthRecycling — fx FM synth recycling

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxNotationRecycling
                ╰── AgsFxFMSynthRecycling

Implemented Interfaces

AgsFxFMSynthRecycling implements AgsConnectable.

Includes

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

Description

The AgsFxFMSynthRecycling class provides ports to the effect processor.

Functions

ags_fx_fm_synth_recycling_new ()

AgsFxFMSynthRecycling *
ags_fx_fm_synth_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxFMSynthRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxFMSynthRecycling

Since: 3.14.0


AGS_FX_FM_SYNTH_RECYCLING()

#define AGS_FX_FM_SYNTH_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_FM_SYNTH_RECYCLING, AgsFxFMSynthRecycling))

AGS_FX_FM_SYNTH_RECYCLING_CLASS()

#define AGS_FX_FM_SYNTH_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_FM_SYNTH_RECYCLING, AgsFxFMSynthRecyclingClass))

AGS_FX_FM_SYNTH_RECYCLING_GET_CLASS()

#define AGS_FX_FM_SYNTH_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_FM_SYNTH_RECYCLING, AgsFxFMSynthRecyclingClass))

AGS_IS_FX_FM_SYNTH_RECYCLING()

#define AGS_IS_FX_FM_SYNTH_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_FM_SYNTH_RECYCLING))

AGS_IS_FX_FM_SYNTH_RECYCLING_CLASS()

#define AGS_IS_FX_FM_SYNTH_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_FM_SYNTH_RECYCLING))

ags_fx_fm_synth_recycling_get_type ()

GType
ags_fx_fm_synth_recycling_get_type ();

Types and Values

AGS_TYPE_FX_FM_SYNTH_RECYCLING

#define AGS_TYPE_FX_FM_SYNTH_RECYCLING                (ags_fx_fm_synth_recycling_get_type())

struct AgsFxFMSynthRecycling

struct AgsFxFMSynthRecycling;

struct AgsFxFMSynthRecyclingClass

struct AgsFxFMSynthRecyclingClass {
  AgsFxNotationRecyclingClass fx_notation_recycling;
};