krähemann.com

AgsFxLv2Recycling

AgsFxLv2Recycling — fx lv2 recycling

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxNotationRecycling
                ╰── AgsFxLv2Recycling

Implemented Interfaces

AgsFxLv2Recycling implements AgsConnectable.

Includes

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

Description

The AgsFxLv2Recycling class provides ports to the effect processor.

Functions

ags_fx_lv2_recycling_new ()

AgsFxLv2Recycling *
ags_fx_lv2_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxLv2Recycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxLv2Recycling

Since: 3.3.0


AGS_FX_LV2_RECYCLING()

#define AGS_FX_LV2_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LV2_RECYCLING, AgsFxLv2Recycling))

AGS_FX_LV2_RECYCLING_CLASS()

#define AGS_FX_LV2_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LV2_RECYCLING, AgsFxLv2RecyclingClass))

AGS_FX_LV2_RECYCLING_GET_CLASS()

#define AGS_FX_LV2_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LV2_RECYCLING, AgsFxLv2RecyclingClass))

AGS_IS_FX_LV2_RECYCLING()

#define AGS_IS_FX_LV2_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LV2_RECYCLING))

AGS_IS_FX_LV2_RECYCLING_CLASS()

#define AGS_IS_FX_LV2_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LV2_RECYCLING))

ags_fx_lv2_recycling_get_type ()

GType
ags_fx_lv2_recycling_get_type ();

Types and Values

AGS_TYPE_FX_LV2_RECYCLING

#define AGS_TYPE_FX_LV2_RECYCLING                (ags_fx_lv2_recycling_get_type())

struct AgsFxLv2Recycling

struct AgsFxLv2Recycling;

struct AgsFxLv2RecyclingClass

struct AgsFxLv2RecyclingClass {
  AgsFxNotationRecyclingClass fx_notation_recycling;
};