krähemann.com

AgsFxTwoPassAliaseRecycling

AgsFxTwoPassAliaseRecycling — fx two pass aliase recycling

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxTwoPassAliaseRecycling

Implemented Interfaces

AgsFxTwoPassAliaseRecycling implements AgsConnectable.

Includes

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

Description

The AgsFxTwoPassAliaseRecycling class provides ports to the effect processor.

Functions

ags_fx_two_pass_aliase_recycling_new ()

AgsFxTwoPassAliaseRecycling *
ags_fx_two_pass_aliase_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxTwoPassAliaseRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxTwoPassAliaseRecycling

Since: 3.8.0


AGS_FX_TWO_PASS_ALIASE_RECYCLING()

#define AGS_FX_TWO_PASS_ALIASE_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING, AgsFxTwoPassAliaseRecycling))

AGS_FX_TWO_PASS_ALIASE_RECYCLING_CLASS()

#define AGS_FX_TWO_PASS_ALIASE_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING, AgsFxTwoPassAliaseRecyclingClass))

AGS_FX_TWO_PASS_ALIASE_RECYCLING_GET_CLASS()

#define AGS_FX_TWO_PASS_ALIASE_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING, AgsFxTwoPassAliaseRecyclingClass))

AGS_IS_FX_TWO_PASS_ALIASE_RECYCLING()

#define AGS_IS_FX_TWO_PASS_ALIASE_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING))

AGS_IS_FX_TWO_PASS_ALIASE_RECYCLING_CLASS()

#define AGS_IS_FX_TWO_PASS_ALIASE_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING))

ags_fx_two_pass_aliase_recycling_get_type ()

GType
ags_fx_two_pass_aliase_recycling_get_type
                               ();

Types and Values

AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING

#define AGS_TYPE_FX_TWO_PASS_ALIASE_RECYCLING                (ags_fx_two_pass_aliase_recycling_get_type())

struct AgsFxTwoPassAliaseRecycling

struct AgsFxTwoPassAliaseRecycling;

struct AgsFxTwoPassAliaseRecyclingClass

struct AgsFxTwoPassAliaseRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};