AgsEq10Channel

AgsEq10Channel — 10 band equalizer channel

Functions

Properties

AgsPort * peak-112hz Read / Write
AgsPort * peak-14336hz Read / Write
AgsPort * peak-1792hz Read / Write
AgsPort * peak-224hz Read / Write
AgsPort * peak-28hz Read / Write
AgsPort * peak-3584hz Read / Write
AgsPort * peak-448hz Read / Write
AgsPort * peak-56hz Read / Write
AgsPort * peak-7168hz Read / Write
AgsPort * peak-896hz Read / Write
AgsPort * pressure Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsEq10Channel

Implemented Interfaces

AgsEq10Channel implements AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsEq10Channel class provides ports to the effect processor.

Functions

ags_eq10_channel_new ()

AgsEq10Channel *
ags_eq10_channel_new (AgsChannel *source);

Create a new instance of AgsEq10Channel

Parameters

source

the AgsChannel

 

Returns

the new AgsEq10Channel

Since: 2.0.0


AGS_EQ10_CHANNEL()

#define AGS_EQ10_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EQ10_CHANNEL, AgsEq10Channel))

AGS_EQ10_CHANNEL_CLASS()

#define AGS_EQ10_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EQ10_CHANNEL, AgsEq10ChannelClass))

AGS_EQ10_CHANNEL_GET_CLASS()

#define AGS_EQ10_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_EQ10_CHANNEL, AgsEq10ChannelClass))

AGS_IS_EQ10_CHANNEL()

#define AGS_IS_EQ10_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_EQ10_CHANNEL))

ags_eq10_channel_get_type ()

GType
ags_eq10_channel_get_type ();

Types and Values

AGS_TYPE_EQ10_CHANNEL

#define AGS_TYPE_EQ10_CHANNEL                (ags_eq10_channel_get_type())

struct AgsEq10Channel

struct AgsEq10Channel;

struct AgsEq10ChannelClass

struct AgsEq10ChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “peak-112hz” property

  “peak-112hz”               AgsPort *

The peak 112Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-14336hz” property

  “peak-14336hz”             AgsPort *

The peak 14336Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-1792hz” property

  “peak-1792hz”              AgsPort *

The peak 1792Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-224hz” property

  “peak-224hz”               AgsPort *

The peak 224Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-28hz” property

  “peak-28hz”                AgsPort *

The peak 28Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-3584hz” property

  “peak-3584hz”              AgsPort *

The peak 3584Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-448hz” property

  “peak-448hz”               AgsPort *

The peak 448Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-56hz” property

  “peak-56hz”                AgsPort *

The peak 56Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-7168hz” property

  “peak-7168hz”              AgsPort *

The peak 7168Hz port.

Flags: Read / Write

Since: 2.0.0


The “peak-896hz” property

  “peak-896hz”               AgsPort *

The peak 896Hz port.

Flags: Read / Write

Since: 2.0.0


The “pressure” property

  “pressure”                 AgsPort *

The pressure port.

Flags: Read / Write

Since: 2.0.0