krähemann.com

AgsFxLowPassAudioSignal

AgsFxLowPassAudioSignal — fx low pass audio signal

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsFxLowPassAudioSignal

Implemented Interfaces

AgsFxLowPassAudioSignal implements AgsConnectable.

Includes

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

Description

The AgsFxLowPassAudioSignal class provides ports to the effect processor.

Functions

ags_fx_low_pass_audio_signal_new ()

AgsFxLowPassAudioSignal *
ags_fx_low_pass_audio_signal_new (AgsAudioSignal *audio_signal);

Create a new instance of AgsFxLowPassAudioSignal

Parameters

audio_signal

the AgsAudioSignal

 

Returns

the new AgsFxLowPassAudioSignal

Since: 3.13.0


AGS_FX_LOW_PASS_AUDIO_SIGNAL()

#define AGS_FX_LOW_PASS_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL, AgsFxLowPassAudioSignal))

AGS_FX_LOW_PASS_AUDIO_SIGNAL_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL, AgsFxLowPassAudioSignalClass))

AGS_FX_LOW_PASS_AUDIO_SIGNAL_GET_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL, AgsFxLowPassAudioSignalClass))

AGS_IS_FX_LOW_PASS_AUDIO_SIGNAL()

#define AGS_IS_FX_LOW_PASS_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL))

AGS_IS_FX_LOW_PASS_AUDIO_SIGNAL_CLASS()

#define AGS_IS_FX_LOW_PASS_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL))

ags_fx_low_pass_audio_signal_get_type ()

GType
ags_fx_low_pass_audio_signal_get_type ();

Types and Values

AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL

#define AGS_TYPE_FX_LOW_PASS_AUDIO_SIGNAL                (ags_fx_low_pass_audio_signal_get_type())

struct AgsFxLowPassAudioSignal

struct AgsFxLowPassAudioSignal;

struct AgsFxLowPassAudioSignalClass

struct AgsFxLowPassAudioSignalClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};