AgsFxLadspaAudio

AgsFxLadspaAudio — fx ladspa audio

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsFxLadspaAudio

Implemented Interfaces

AgsFxLadspaAudio implements AgsConnectable.

Includes

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

Description

The AgsFxLadspaAudio class provides ports to the effect processor.

Functions

ags_fx_ladspa_audio_new ()

AgsFxLadspaAudio *
ags_fx_ladspa_audio_new (AgsAudio *audio);

Create a new instance of AgsFxLadspaAudio

Parameters

audio

the AgsAudio

 

Returns

the new AgsFxLadspaAudio

Since: 3.3.0


AGS_FX_LADSPA_AUDIO()

#define AGS_FX_LADSPA_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LADSPA_AUDIO, AgsFxLadspaAudio))

AGS_FX_LADSPA_AUDIO_CLASS()

#define AGS_FX_LADSPA_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LADSPA_AUDIO, AgsFxLadspaAudioClass))

AGS_FX_LADSPA_AUDIO_GET_CLASS()

#define AGS_FX_LADSPA_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LADSPA_AUDIO, AgsFxLadspaAudioClass))

AGS_IS_FX_LADSPA_AUDIO()

#define AGS_IS_FX_LADSPA_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LADSPA_AUDIO))

AGS_IS_FX_LADSPA_AUDIO_CLASS()

#define AGS_IS_FX_LADSPA_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LADSPA_AUDIO))

ags_fx_ladspa_audio_get_type ()

GType
ags_fx_ladspa_audio_get_type ();

Types and Values

AGS_TYPE_FX_LADSPA_AUDIO

#define AGS_TYPE_FX_LADSPA_AUDIO                (ags_fx_ladspa_audio_get_type())

struct AgsFxLadspaAudio

struct AgsFxLadspaAudio;

struct AgsFxLadspaAudioClass

struct AgsFxLadspaAudioClass {
  AgsRecallAudioClass recall_audio;
};