krähemann.com

AgsFxFMSynthChannelProcessor

AgsFxFMSynthChannelProcessor — fx FM synth channel processor

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsFxNotationChannelProcessor
                ╰── AgsFxFMSynthChannelProcessor

Implemented Interfaces

AgsFxFMSynthChannelProcessor implements AgsConnectable.

Includes

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

Description

The AgsFxFMSynthChannelProcessor class provides ports to the effect processor.

Functions

ags_fx_fm_synth_channel_processor_new ()

AgsFxFMSynthChannelProcessor *
ags_fx_fm_synth_channel_processor_new (AgsChannel *channel);

Create a new instance of AgsFxFMSynthChannelProcessor

Parameters

channel

the AgsChannel

 

Since: 3.14.0


AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR()

#define AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR, AgsFxFMSynthChannelProcessor))

AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR_CLASS()

#define AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR, AgsFxFMSynthChannelProcessorClass))

AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR_GET_CLASS()

#define AGS_FX_FM_SYNTH_CHANNEL_PROCESSOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR, AgsFxFMSynthChannelProcessorClass))

AGS_IS_FX_FM_SYNTH_CHANNEL_PROCESSOR()

#define AGS_IS_FX_FM_SYNTH_CHANNEL_PROCESSOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR))

AGS_IS_FX_FM_SYNTH_CHANNEL_PROCESSOR_CLASS()

#define AGS_IS_FX_FM_SYNTH_CHANNEL_PROCESSOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR))

ags_fx_fm_synth_channel_processor_get_type ()

GType
ags_fx_fm_synth_channel_processor_get_type
                               ();

Types and Values

AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR

#define AGS_TYPE_FX_FM_SYNTH_CHANNEL_PROCESSOR                (ags_fx_fm_synth_channel_processor_get_type())

struct AgsFxFMSynthChannelProcessor

struct AgsFxFMSynthChannelProcessor;

struct AgsFxFMSynthChannelProcessorClass

struct AgsFxFMSynthChannelProcessorClass {
  AgsFxNotationChannelProcessorClass fx_notation_channel_processor;
};