AgsFxLfoAudioSignal

AgsFxLfoAudioSignal — fx lfo audio signal

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsFxLfoAudioSignal

Implemented Interfaces

AgsFxLfoAudioSignal implements AgsConnectable.

Includes

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

Description

The AgsFxLfoAudioSignal class provides ports to the effect processor.

Functions

ags_fx_lfo_audio_signal_new ()

AgsFxLfoAudioSignal *
ags_fx_lfo_audio_signal_new (AgsAudioSignal *audio_signal);

Create a new instance of AgsFxLfoAudioSignal

Parameters

audio_signal

the AgsAudioSignal

 

Returns

the new AgsFxLfoAudioSignal

Since: 3.8.0


AGS_FX_LFO_AUDIO_SIGNAL()

#define AGS_FX_LFO_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LFO_AUDIO_SIGNAL, AgsFxLfoAudioSignal))

AGS_FX_LFO_AUDIO_SIGNAL_CLASS()

#define AGS_FX_LFO_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LFO_AUDIO_SIGNAL, AgsFxLfoAudioSignalClass))

AGS_FX_LFO_AUDIO_SIGNAL_GET_CLASS()

#define AGS_FX_LFO_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LFO_AUDIO_SIGNAL, AgsFxLfoAudioSignalClass))

AGS_IS_FX_LFO_AUDIO_SIGNAL()

#define AGS_IS_FX_LFO_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LFO_AUDIO_SIGNAL))

AGS_IS_FX_LFO_AUDIO_SIGNAL_CLASS()

#define AGS_IS_FX_LFO_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LFO_AUDIO_SIGNAL))

ags_fx_lfo_audio_signal_get_type ()

GType
ags_fx_lfo_audio_signal_get_type ();

Types and Values

AGS_TYPE_FX_LFO_AUDIO_SIGNAL

#define AGS_TYPE_FX_LFO_AUDIO_SIGNAL                (ags_fx_lfo_audio_signal_get_type())

struct AgsFxLfoAudioSignal

struct AgsFxLfoAudioSignal;

struct AgsFxLfoAudioSignalClass

struct AgsFxLfoAudioSignalClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};