AgsFxPatternRecycling

AgsFxPatternRecycling — fx pattern recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxPatternRecycling

Implemented Interfaces

AgsFxPatternRecycling implements AgsConnectable.

Includes

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

Description

The AgsFxPatternRecycling class provides ports to the effect processor.

Functions

ags_fx_pattern_recycling_new ()

AgsFxPatternRecycling *
ags_fx_pattern_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxPatternRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxPatternRecycling

Since: 3.3.0


AGS_FX_PATTERN_RECYCLING()

#define AGS_FX_PATTERN_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_PATTERN_RECYCLING, AgsFxPatternRecycling))

AGS_FX_PATTERN_RECYCLING_CLASS()

#define AGS_FX_PATTERN_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_PATTERN_RECYCLING, AgsFxPatternRecyclingClass))

AGS_FX_PATTERN_RECYCLING_GET_CLASS()

#define AGS_FX_PATTERN_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_PATTERN_RECYCLING, AgsFxPatternRecyclingClass))

AGS_IS_FX_PATTERN_RECYCLING()

#define AGS_IS_FX_PATTERN_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_PATTERN_RECYCLING))

AGS_IS_FX_PATTERN_RECYCLING_CLASS()

#define AGS_IS_FX_PATTERN_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_PATTERN_RECYCLING))

ags_fx_pattern_recycling_get_type ()

GType
ags_fx_pattern_recycling_get_type ();

Types and Values

AGS_TYPE_FX_PATTERN_RECYCLING

#define AGS_TYPE_FX_PATTERN_RECYCLING                (ags_fx_pattern_recycling_get_type())

struct AgsFxPatternRecycling

struct AgsFxPatternRecycling;

struct AgsFxPatternRecyclingClass

struct AgsFxPatternRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};