AgsEnvelopeChannel

AgsEnvelopeChannel — envelopes channel

Functions

Properties

AgsPort * attack Read / Write
AgsPort * decay Read / Write
AgsPort * ratio Read / Write
AgsPort * release Read / Write
AgsPort * sustain Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsEnvelopeChannel

Implemented Interfaces

AgsEnvelopeChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_envelope_channel.h>

Description

The AgsEnvelopeChannel class provides ports to the effect processor.

Functions

ags_envelope_channel_new ()

AgsEnvelopeChannel *
ags_envelope_channel_new ();

Creates an AgsEnvelopeChannel

Returns

a new AgsEnvelopeChannel

Since: 0.6

Types and Values

Property Details

The “attack” property

  “attack”                   AgsPort *

Attack of the channel.

Flags: Read / Write


The “decay” property

  “decay”                    AgsPort *

Decay of the channel.

Flags: Read / Write


The “ratio” property

  “ratio”                    AgsPort *

The ratio of the envelope.

Flags: Read / Write


The “release” property

  “release”                  AgsPort *

Release of the channel.

Flags: Read / Write


The “sustain” property

  “sustain”                  AgsPort *

Sustain of the channel.

Flags: Read / Write