AgsLfoRecycling

AgsLfoRecycling — lfos recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsLfoRecycling

Implemented Interfaces

AgsLfoRecycling implements AgsConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_lfo_recycling.h>

Description

The AgsLfoRecycling class lfos the recycling.

Functions

ags_lfo_recycling_new ()

AgsLfoRecycling *
ags_lfo_recycling_new (AgsRecycling *source);

Create a new instance of AgsLfoRecycling

Parameters

source

the AgsRecycling

 

Returns

the new AgsLfoRecycling

Since: 2.3.0


AGS_IS_LFO_RECYCLING()

#define AGS_IS_LFO_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LFO_RECYCLING))

AGS_LFO_RECYCLING()

#define AGS_LFO_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LFO_RECYCLING, AgsLfoRecycling))

AGS_LFO_RECYCLING_CLASS()

#define AGS_LFO_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LFO_RECYCLING, AgsLfoRecyclingClass))

AGS_LFO_RECYCLING_GET_CLASS()

#define AGS_LFO_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LFO_RECYCLING, AgsLfoRecyclingClass))

ags_lfo_recycling_get_type ()

GType
ags_lfo_recycling_get_type ();

Types and Values

AGS_TYPE_LFO_RECYCLING

#define AGS_TYPE_LFO_RECYCLING                (ags_lfo_recycling_get_type())

struct AgsLfoRecycling

struct AgsLfoRecycling;

struct AgsLfoRecyclingClass

struct AgsLfoRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};