krähemann.com

AgsFxTwoPassAliaseChannelProcessor

AgsFxTwoPassAliaseChannelProcessor — fx two pass aliase channel processor

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsFxTwoPassAliaseChannelProcessor

Implemented Interfaces

AgsFxTwoPassAliaseChannelProcessor implements AgsConnectable.

Includes

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

Description

The AgsFxTwoPassAliaseChannelProcessor class provides ports to the effect processor.

Functions

ags_fx_two_pass_aliase_channel_processor_new ()

AgsFxTwoPassAliaseChannelProcessor *
ags_fx_two_pass_aliase_channel_processor_new
                               (AgsChannel *channel);

Create a new instance of AgsFxTwoPassAliaseChannelProcessor

Parameters

channel

the AgsChannel

 

Since: 3.8.0


AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR()

#define AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR, AgsFxTwoPassAliaseChannelProcessor))

AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_CLASS()

#define AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR, AgsFxTwoPassAliaseChannelProcessorClass))

AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_GET_CLASS()

#define AGS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR, AgsFxTwoPassAliaseChannelProcessorClass))

AGS_IS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR()

#define AGS_IS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR))

AGS_IS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_CLASS()

#define AGS_IS_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR))

ags_fx_two_pass_aliase_channel_processor_get_type ()

GType
ags_fx_two_pass_aliase_channel_processor_get_type
                               ();

Types and Values

AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR

#define AGS_TYPE_FX_TWO_PASS_ALIASE_CHANNEL_PROCESSOR                (ags_fx_two_pass_aliase_channel_processor_get_type())

struct AgsFxTwoPassAliaseChannelProcessor

struct AgsFxTwoPassAliaseChannelProcessor;

struct AgsFxTwoPassAliaseChannelProcessorClass

struct AgsFxTwoPassAliaseChannelProcessorClass {
  AgsRecallChannelRunClass recall_channel_run;
};