AgsRecallRecycling

AgsRecallRecycling — The recall base class of recycling context

Stability Level

Stable, unless otherwise indicated

Functions

Properties

guint audio-channel Read / Write
AgsAudioSignal * child-destination Read / Write
gpointer child-source Write
AgsRecycling * destination Read / Write
AgsRecycling * source Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ├── AgsFxAnalyseRecycling
            ├── AgsFxBufferRecycling
            ├── AgsFxNotationRecycling
            ├── AgsFxEnvelopeRecycling
            ├── AgsFxEq10Recycling
            ├── AgsFxHighPassRecycling
            ├── AgsFxLadspaRecycling
            ├── AgsFxLfoRecycling
            ├── AgsFxLowPassRecycling
            ├── AgsFxPatternRecycling
            ├── AgsFxPeakRecycling
            ├── AgsFxPlaybackRecycling
            ├── AgsFxTwoPassAliaseRecycling
            ├── AgsFxVolumeRecycling
            ╰── AgsGenericRecallRecycling

Implemented Interfaces

AgsRecallRecycling implements AgsConnectable.

Includes

#include <ags/audio/ags_recall_recycling.h>

Description

AgsRecallRecycling acts as dynamic recycling recall. It usually does not do any audio processing but providing AgsRecallAudioSignal child recalls.

Functions

ags_recall_recycling_new ()

AgsRecallRecycling *
ags_recall_recycling_new ();

Creates a new instance of AgsRecallRecycling

Returns

the new AgsRecallRecycling

Since: 3.0.0


AGS_IS_RECALL_RECYCLING()

#define AGS_IS_RECALL_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING))

AGS_IS_RECALL_RECYCLING_CLASS()

#define AGS_IS_RECALL_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_RECYCLING))

AGS_RECALL_RECYCLING()

#define AGS_RECALL_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecycling))

AGS_RECALL_RECYCLING_CLASS()

#define AGS_RECALL_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))

AGS_RECALL_RECYCLING_GET_CLASS()

#define AGS_RECALL_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))

ags_recall_recycling_get_type ()

GType
ags_recall_recycling_get_type ();

Types and Values

enum AgsRecallRecyclingFlags

Enum values to control the behavior or indicate internal state of AgsRecallRecycling by enable/disable as flags.

Members

AGS_RECALL_RECYCLING_GARBAGE_COLLECTOR

not used

 

AGS_RECALL_RECYCLING_MAP_CHILD_DESTINATION

not used

 

AGS_RECALL_RECYCLING_MAP_CHILD_SOURCE

not used

 

AGS_RECALL_RECYCLING_CREATE_DESTINATION_ON_MAP_SOURCE

not used

 

AGS_TYPE_RECALL_RECYCLING

#define AGS_TYPE_RECALL_RECYCLING                (ags_recall_recycling_get_type())

struct AgsRecallRecycling

struct AgsRecallRecycling;

struct AgsRecallRecyclingClass

struct AgsRecallRecyclingClass {
  AgsRecallClass recall;
};

Property Details

The “audio-channel” property

  “audio-channel”            guint

The assigned destination recycling.

Owner: AgsRecallRecycling

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

Since: 3.0.0


The “child-destination” property

  “child-destination”        AgsAudioSignal *

The assigned destination audio signal.

Owner: AgsRecallRecycling

Flags: Read / Write

Since: 3.0.0


The “child-source” property

  “child-source”             gpointer

The assigned source audio signal.

[transfer full]

Owner: AgsRecallRecycling

Flags: Write

Since: 3.0.0


The “destination” property

  “destination”              AgsRecycling *

The assigned destination recycling.

Owner: AgsRecallRecycling

Flags: Read / Write

Since: 3.0.0


The “source” property

  “source”                   AgsRecycling *

The assigned source recycling.

Owner: AgsRecallRecycling

Flags: Read / Write

Since: 3.0.0