krähemann.com

AgsFxSF2SynthChannel

AgsFxSF2SynthChannel — fx Soundfont2 synth channel

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxNotationChannel
                ╰── AgsFxSF2SynthChannel

Implemented Interfaces

AgsFxSF2SynthChannel implements AgsConnectable.

Includes

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

Description

The AgsFxSF2SynthChannel class provides ports to the effect processor.

Functions

ags_fx_sf2_synth_channel_new ()

AgsFxSF2SynthChannel *
ags_fx_sf2_synth_channel_new (AgsChannel *channel);

Create a new instance of AgsFxSF2SynthChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxSF2SynthChannel

Since: 3.16.0


AGS_FX_SF2_SYNTH_CHANNEL()

#define AGS_FX_SF2_SYNTH_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_SF2_SYNTH_CHANNEL, AgsFxSF2SynthChannel))

AGS_FX_SF2_SYNTH_CHANNEL_CLASS()

#define AGS_FX_SF2_SYNTH_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_SF2_SYNTH_CHANNEL, AgsFxSF2SynthChannelClass))

AGS_FX_SF2_SYNTH_CHANNEL_GET_CLASS()

#define AGS_FX_SF2_SYNTH_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_SF2_SYNTH_CHANNEL, AgsFxSF2SynthChannelClass))

AGS_IS_FX_SF2_SYNTH_CHANNEL()

#define AGS_IS_FX_SF2_SYNTH_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_SF2_SYNTH_CHANNEL))

AGS_IS_FX_SF2_SYNTH_CHANNEL_CLASS()

#define AGS_IS_FX_SF2_SYNTH_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_SF2_SYNTH_CHANNEL))

ags_fx_sf2_synth_channel_get_type ()

GType
ags_fx_sf2_synth_channel_get_type ();

Types and Values

AGS_TYPE_FX_SF2_SYNTH_CHANNEL

#define AGS_TYPE_FX_SF2_SYNTH_CHANNEL                (ags_fx_sf2_synth_channel_get_type())

struct AgsFxSF2SynthChannel

struct AgsFxSF2SynthChannel;

struct AgsFxSF2SynthChannelClass

struct AgsFxSF2SynthChannelClass {
  AgsFxNotationChannelClass fx_notation_channel;
};