AgsFxLowPassChannel

AgsFxLowPassChannel — fx low pass channel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsPort * enabled Read / Write
AgsPort * filter-gain Read / Write
AgsPort * q-lin Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxLowPassChannel

Implemented Interfaces

AgsFxLowPassChannel implements AgsConnectable.

Includes

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

Description

The AgsFxLowPassChannel class provides ports to the effect processor.

Functions

ags_fx_low_pass_channel_new ()

AgsFxLowPassChannel *
ags_fx_low_pass_channel_new (AgsChannel *channel);

Create a new instance of AgsFxLowPassChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxLowPassChannel

Since: 3.13.0


AGS_FX_LOW_PASS_CHANNEL()

#define AGS_FX_LOW_PASS_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LOW_PASS_CHANNEL, AgsFxLowPassChannel))

AGS_FX_LOW_PASS_CHANNEL_CLASS()

#define AGS_FX_LOW_PASS_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LOW_PASS_CHANNEL, AgsFxLowPassChannelClass))

AGS_FX_LOW_PASS_CHANNEL_GET_CLASS()

#define AGS_FX_LOW_PASS_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LOW_PASS_CHANNEL, AgsFxLowPassChannelClass))

AGS_IS_FX_LOW_PASS_CHANNEL()

#define AGS_IS_FX_LOW_PASS_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LOW_PASS_CHANNEL))

AGS_IS_FX_LOW_PASS_CHANNEL_CLASS()

#define AGS_IS_FX_LOW_PASS_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LOW_PASS_CHANNEL))

ags_fx_low_pass_channel_get_type ()

GType
ags_fx_low_pass_channel_get_type ();

Types and Values

AGS_TYPE_FX_LOW_PASS_CHANNEL

#define AGS_TYPE_FX_LOW_PASS_CHANNEL                (ags_fx_low_pass_channel_get_type())

struct AgsFxLowPassChannel

struct AgsFxLowPassChannel;

struct AgsFxLowPassChannelClass

struct AgsFxLowPassChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “enabled” property

  “enabled”                  AgsPort *

The enabled port.

Owner: AgsFxLowPassChannel

Flags: Read / Write

Since: 3.14.0


The “filter-gain” property

  “filter-gain”              AgsPort *

The filter gain port.

Owner: AgsFxLowPassChannel

Flags: Read / Write

Since: 3.13.0


The “q-lin” property

  “q-lin”                    AgsPort *

The q-lin port.

Owner: AgsFxLowPassChannel

Flags: Read / Write

Since: 3.13.0