AgsFxPatternChannel

AgsFxPatternChannel — fx pattern channel

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxPatternChannel

Implemented Interfaces

AgsFxPatternChannel implements AgsConnectable.

Includes

#include <ags/audio/fx/ags_fx_pattern_channel.h>

Description

The AgsFxPatternChannel class provides ports to the effect processor.

Functions

ags_fx_pattern_channel_new ()

AgsFxPatternChannel *
ags_fx_pattern_channel_new (AgsChannel *channel);

Create a new instance of AgsFxPatternChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxPatternChannel

Since: 3.3.0


AGS_FX_PATTERN_CHANNEL()

#define AGS_FX_PATTERN_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_PATTERN_CHANNEL, AgsFxPatternChannel))

AGS_FX_PATTERN_CHANNEL_CLASS()

#define AGS_FX_PATTERN_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_PATTERN_CHANNEL, AgsFxPatternChannelClass))

AGS_FX_PATTERN_CHANNEL_GET_CLASS()

#define AGS_FX_PATTERN_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_PATTERN_CHANNEL, AgsFxPatternChannelClass))

AGS_IS_FX_PATTERN_CHANNEL()

#define AGS_IS_FX_PATTERN_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_PATTERN_CHANNEL))

AGS_IS_FX_PATTERN_CHANNEL_CLASS()

#define AGS_IS_FX_PATTERN_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_PATTERN_CHANNEL))

ags_fx_pattern_channel_get_type ()

GType
ags_fx_pattern_channel_get_type ();

Types and Values

AGS_TYPE_FX_PATTERN_CHANNEL

#define AGS_TYPE_FX_PATTERN_CHANNEL                (ags_fx_pattern_channel_get_type())

struct AgsFxPatternChannel

struct AgsFxPatternChannel;

struct AgsFxPatternChannelClass

struct AgsFxPatternChannelClass {
  AgsRecallChannelClass recall_channel;
};