krähemann.com

AgsFxLowPassAudioProcessor

AgsFxLowPassAudioProcessor — fx low pass audio processor

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsFxLowPassAudioProcessor

Implemented Interfaces

AgsFxLowPassAudioProcessor implements AgsConnectable.

Includes

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

Description

The AgsFxLowPassAudioProcessor class provides ports to the effect processor.

Functions

ags_fx_low_pass_audio_processor_new ()

AgsFxLowPassAudioProcessor *
ags_fx_low_pass_audio_processor_new (AgsAudio *audio);

Create a new instance of AgsFxLowPassAudioProcessor

Parameters

audio

the AgsAudio

 

Returns

the new AgsFxLowPassAudioProcessor

Since: 3.13.0


AGS_FX_LOW_PASS_AUDIO_PROCESSOR()

#define AGS_FX_LOW_PASS_AUDIO_PROCESSOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR, AgsFxLowPassAudioProcessor))

AGS_FX_LOW_PASS_AUDIO_PROCESSOR_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_PROCESSOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR, AgsFxLowPassAudioProcessorClass))

AGS_FX_LOW_PASS_AUDIO_PROCESSOR_GET_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_PROCESSOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR, AgsFxLowPassAudioProcessorClass))

AGS_IS_FX_LOW_PASS_AUDIO_PROCESSOR()

#define AGS_IS_FX_LOW_PASS_AUDIO_PROCESSOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR))

AGS_IS_FX_LOW_PASS_AUDIO_PROCESSOR_CLASS()

#define AGS_IS_FX_LOW_PASS_AUDIO_PROCESSOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR))

ags_fx_low_pass_audio_processor_get_type ()

GType
ags_fx_low_pass_audio_processor_get_type
                               ();

Types and Values

AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR

#define AGS_TYPE_FX_LOW_PASS_AUDIO_PROCESSOR                (ags_fx_low_pass_audio_processor_get_type())

struct AgsFxLowPassAudioProcessor

struct AgsFxLowPassAudioProcessor;

struct AgsFxLowPassAudioProcessorClass

struct AgsFxLowPassAudioProcessorClass {
  AgsRecallAudioRunClass recall_audio_run;
};