AgsEnvelopeChannel

AgsEnvelopeChannel — envelopes channel

Functions

Properties

AgsPort * attack Read / Write
AgsPort * decay Read / Write
AgsPort * fixed-length Read / Write
AgsPort * ratio Read / Write
AgsPort * release Read / Write
AgsPort * sustain Read / Write
AgsPort * use-fixed-length Read / Write
AgsPort * use-note-length Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsEnvelopeChannel implements AgsConnectable 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 (AgsChannel *source);

Create a new instance of AgsEnvelopeChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsEnvelopeChannel

Since: 3.0.0


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 *

The attack of envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “decay” property

  “decay”                    AgsPort *

The decay of envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “fixed-length” property

  “fixed-length”             AgsPort *

The fixed length to compute envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “ratio” property

  “ratio”                    AgsPort *

The ratio of envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “release” property

  “release”                  AgsPort *

The release of envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “sustain” property

  “sustain”                  AgsPort *

The sustain of envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “use-fixed-length” property

  “use-fixed-length”         AgsPort *

Use fixed length to compute envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0


The “use-note-length” property

  “use-note-length”          AgsPort *

Use note length to compute envelope.

Owner: AgsEnvelopeChannel

Flags: Read / Write

Since: 3.0.0