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

Object Hierarchy

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

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

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