AgsFxChorusChannel

AgsFxChorusChannel — fx chorus channel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsPort * delay Read / Write
AgsPort * depth Read / Write
AgsPort * enabled Read / Write
AgsPort * input-volume Read / Write
AgsPort * lfo-frequency Read / Write
AgsPort * lfo-oscillator Read / Write
AgsPort * mix Read / Write
AgsPort * output-volume Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxChorusChannel

Implemented Interfaces

AgsFxChorusChannel implements AgsConnectable.

Includes

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

Description

The AgsFxChorusChannel class provides ports to the effect processor.

Functions

ags_fx_chorus_channel_new ()

AgsFxChorusChannel *
ags_fx_chorus_channel_new (AgsChannel *channel);

Create a new instance of AgsFxChorusChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxChorusChannel

Since: 3.14.0


AGS_FX_CHORUS_CHANNEL()

#define AGS_FX_CHORUS_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_CHORUS_CHANNEL, AgsFxChorusChannel))

AGS_FX_CHORUS_CHANNEL_CLASS()

#define AGS_FX_CHORUS_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_CHORUS_CHANNEL, AgsFxChorusChannelClass))

AGS_FX_CHORUS_CHANNEL_GET_CLASS()

#define AGS_FX_CHORUS_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_CHORUS_CHANNEL, AgsFxChorusChannelClass))

AGS_IS_FX_CHORUS_CHANNEL()

#define AGS_IS_FX_CHORUS_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_CHORUS_CHANNEL))

AGS_IS_FX_CHORUS_CHANNEL_CLASS()

#define AGS_IS_FX_CHORUS_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_CHORUS_CHANNEL))

ags_fx_chorus_channel_get_type ()

GType
ags_fx_chorus_channel_get_type ();

Types and Values

AGS_TYPE_FX_CHORUS_CHANNEL

#define AGS_TYPE_FX_CHORUS_CHANNEL                (ags_fx_chorus_channel_get_type())

struct AgsFxChorusChannel

struct AgsFxChorusChannel;

struct AgsFxChorusChannelClass

struct AgsFxChorusChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “delay” property

  “delay”                    AgsPort *

The delay port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “depth” property

  “depth”                    AgsPort *

The depth port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “enabled” property

  “enabled”                  AgsPort *

The enabled port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “input-volume” property

  “input-volume”             AgsPort *

The input-volume port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “lfo-frequency” property

  “lfo-frequency”            AgsPort *

The LFO frequency port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “lfo-oscillator” property

  “lfo-oscillator”           AgsPort *

The LFO oscillator port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “mix” property

  “mix”                      AgsPort *

The mix port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0


The “output-volume” property

  “output-volume”            AgsPort *

The output-volume port.

Owner: AgsFxChorusChannel

Flags: Read / Write

Since: 3.14.0