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

Types and Values

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


AGS_ENVELOPE_CHANNEL()

#define AGS_ENVELOPE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannel))


AGS_ENVELOPE_CHANNEL_CLASS()

#define AGS_ENVELOPE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannel))


AGS_ENVELOPE_CHANNEL_GET_CLASS()

#define AGS_ENVELOPE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_ENVELOPE_CHANNEL, AgsEnvelopeChannelClass))


AGS_IS_ENVELOPE_CHANNEL()

#define AGS_IS_ENVELOPE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ENVELOPE_CHANNEL))


AGS_IS_ENVELOPE_CHANNEL_CLASS()

#define AGS_IS_ENVELOPE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_ENVELOPE_CHANNEL))


ags_envelope_channel_get_type ()

GType
ags_envelope_channel_get_type ();

Types and Values

AGS_TYPE_ENVELOPE_CHANNEL

#define AGS_TYPE_ENVELOPE_CHANNEL                (ags_envelope_channel_get_type())


struct AgsEnvelopeChannel

struct AgsEnvelopeChannel;


struct AgsEnvelopeChannelClass

struct AgsEnvelopeChannelClass {
  AgsRecallChannelClass recall_channel;
};

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