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

Object Hierarchy

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

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

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