krähemann.com

AgsFxFMSynthChannel

AgsFxFMSynthChannel — fx FM synth channel

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxNotationChannel
                ╰── AgsFxFMSynthChannel

Implemented Interfaces

AgsFxFMSynthChannel implements AgsConnectable.

Includes

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

Description

The AgsFxFMSynthChannel class provides ports to the effect processor.

Functions

ags_fx_fm_synth_channel_new ()

AgsFxFMSynthChannel *
ags_fx_fm_synth_channel_new (AgsChannel *channel);

Create a new instance of AgsFxFMSynthChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxFMSynthChannel

Since: 3.14.0


AGS_FX_FM_SYNTH_CHANNEL()

#define AGS_FX_FM_SYNTH_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL, AgsFxFMSynthChannel))

AGS_FX_FM_SYNTH_CHANNEL_CLASS()

#define AGS_FX_FM_SYNTH_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_FM_SYNTH_CHANNEL, AgsFxFMSynthChannelClass))

AGS_FX_FM_SYNTH_CHANNEL_GET_CLASS()

#define AGS_FX_FM_SYNTH_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL, AgsFxFMSynthChannelClass))

AGS_IS_FX_FM_SYNTH_CHANNEL()

#define AGS_IS_FX_FM_SYNTH_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL))

AGS_IS_FX_FM_SYNTH_CHANNEL_CLASS()

#define AGS_IS_FX_FM_SYNTH_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_FM_SYNTH_CHANNEL))

ags_fx_fm_synth_channel_get_type ()

GType
ags_fx_fm_synth_channel_get_type ();

Types and Values

AGS_TYPE_FX_FM_SYNTH_CHANNEL

#define AGS_TYPE_FX_FM_SYNTH_CHANNEL                (ags_fx_fm_synth_channel_get_type())

struct AgsFxFMSynthChannel

struct AgsFxFMSynthChannel;

struct AgsFxFMSynthChannelClass

struct AgsFxFMSynthChannelClass {
  AgsFxNotationChannelClass fx_notation_channel;
};