krähemann.com

AgsFxNotationChannel

AgsFxNotationChannel — fx notation channel

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxNotationChannel
                ├── AgsFxDssiChannel
                ╰── AgsFxLv2Channel

Implemented Interfaces

AgsFxNotationChannel implements AgsConnectable.

Includes

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

Description

The AgsFxNotationChannel class provides ports to the effect processor.

Functions

ags_fx_notation_channel_new ()

AgsFxNotationChannel *
ags_fx_notation_channel_new (AgsChannel *channel);

Create a new instance of AgsFxNotationChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxNotationChannel

Since: 3.3.0


AGS_FX_NOTATION_CHANNEL()

#define AGS_FX_NOTATION_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_NOTATION_CHANNEL, AgsFxNotationChannel))

AGS_FX_NOTATION_CHANNEL_CLASS()

#define AGS_FX_NOTATION_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_NOTATION_CHANNEL, AgsFxNotationChannelClass))

AGS_FX_NOTATION_CHANNEL_GET_CLASS()

#define AGS_FX_NOTATION_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_NOTATION_CHANNEL, AgsFxNotationChannelClass))

AGS_IS_FX_NOTATION_CHANNEL()

#define AGS_IS_FX_NOTATION_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_NOTATION_CHANNEL))

AGS_IS_FX_NOTATION_CHANNEL_CLASS()

#define AGS_IS_FX_NOTATION_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_NOTATION_CHANNEL))

ags_fx_notation_channel_get_type ()

GType
ags_fx_notation_channel_get_type ();

Types and Values

AGS_TYPE_FX_NOTATION_CHANNEL

#define AGS_TYPE_FX_NOTATION_CHANNEL                (ags_fx_notation_channel_get_type())

struct AgsFxNotationChannel

struct AgsFxNotationChannel;

struct AgsFxNotationChannelClass

struct AgsFxNotationChannelClass {
  AgsRecallChannelClass recall_channel;
};