AgsFxSF2SynthRecycling

AgsFxSF2SynthRecycling — fx Soundfont2 synth recycling

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxNotationRecycling
                ╰── AgsFxSF2SynthRecycling

Implemented Interfaces

AgsFxSF2SynthRecycling implements AgsConnectable.

Includes

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

Description

The AgsFxSF2SynthRecycling class provides ports to the effect processor.

Functions

ags_fx_sf2_synth_recycling_new ()

AgsFxSF2SynthRecycling *
ags_fx_sf2_synth_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxSF2SynthRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxSF2SynthRecycling

Since: 3.16.0


AGS_FX_SF2_SYNTH_RECYCLING()

#define AGS_FX_SF2_SYNTH_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_SF2_SYNTH_RECYCLING, AgsFxSF2SynthRecycling))

AGS_FX_SF2_SYNTH_RECYCLING_CLASS()

#define AGS_FX_SF2_SYNTH_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_SF2_SYNTH_RECYCLING, AgsFxSF2SynthRecyclingClass))

AGS_FX_SF2_SYNTH_RECYCLING_GET_CLASS()

#define AGS_FX_SF2_SYNTH_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_SF2_SYNTH_RECYCLING, AgsFxSF2SynthRecyclingClass))

AGS_IS_FX_SF2_SYNTH_RECYCLING()

#define AGS_IS_FX_SF2_SYNTH_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_SF2_SYNTH_RECYCLING))

AGS_IS_FX_SF2_SYNTH_RECYCLING_CLASS()

#define AGS_IS_FX_SF2_SYNTH_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_SF2_SYNTH_RECYCLING))

ags_fx_sf2_synth_recycling_get_type ()

GType
ags_fx_sf2_synth_recycling_get_type ();

Types and Values

AGS_TYPE_FX_SF2_SYNTH_RECYCLING

#define AGS_TYPE_FX_SF2_SYNTH_RECYCLING                (ags_fx_sf2_synth_recycling_get_type())

struct AgsFxSF2SynthRecycling

struct AgsFxSF2SynthRecycling;

struct AgsFxSF2SynthRecyclingClass

struct AgsFxSF2SynthRecyclingClass {
  AgsFxNotationRecyclingClass fx_notation_recycling;
};