krähemann.com

AgsFxPeakChannel

AgsFxPeakChannel — fx peak channel

Properties

AgsPort * peak Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFxPeakChannel

Implemented Interfaces

AgsFxPeakChannel implements AgsConnectable.

Includes

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

Description

The AgsFxPeakChannel class provides ports to the effect processor.

Functions

AGS_FX_PEAK_CHANNEL_INPUT_DATA()

#define AGS_FX_PEAK_CHANNEL_INPUT_DATA(ptr) ((AgsFxPeakChannelInputData *)(ptr))

AGS_FX_PEAK_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX()

#define AGS_FX_PEAK_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxPeakChannelInputData *)(ptr))->strct_mutex))

ags_fx_peak_channel_input_data_alloc ()

AgsFxPeakChannelInputData *
ags_fx_peak_channel_input_data_alloc ();

Allocate AgsFxPeakChannelInputData

Returns

the new AgsFxPeakChannelInputData

Since: 3.3.0


ags_fx_peak_channel_input_data_free ()

void
ags_fx_peak_channel_input_data_free (AgsFxPeakChannelInputData *input_data);

Free input_data .

Parameters

input_data

the AgsFxPeakChannelInputData

 

Since: 3.3.0


ags_fx_peak_channel_new ()

AgsFxPeakChannel *
ags_fx_peak_channel_new (AgsChannel *channel);

Create a new instance of AgsFxPeakChannel

Parameters

channel

the AgsChannel

 

Returns

the new AgsFxPeakChannel

Since: 3.3.0


AGS_FX_PEAK_CHANNEL()

#define AGS_FX_PEAK_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_PEAK_CHANNEL, AgsFxPeakChannel))

AGS_FX_PEAK_CHANNEL_CLASS()

#define AGS_FX_PEAK_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_PEAK_CHANNEL, AgsFxPeakChannelClass))

AGS_FX_PEAK_CHANNEL_GET_CLASS()

#define AGS_FX_PEAK_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_PEAK_CHANNEL, AgsFxPeakChannelClass))

AGS_IS_FX_PEAK_CHANNEL()

#define AGS_IS_FX_PEAK_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_PEAK_CHANNEL))

AGS_IS_FX_PEAK_CHANNEL_CLASS()

#define AGS_IS_FX_PEAK_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_PEAK_CHANNEL))

ags_fx_peak_channel_get_type ()

GType
ags_fx_peak_channel_get_type ();

Types and Values

struct AgsFxPeakChannelInputData

struct AgsFxPeakChannelInputData {
  GRecMutex strct_mutex;

  gpointer parent;

  void *buffer;
};

AGS_TYPE_FX_PEAK_CHANNEL

#define AGS_TYPE_FX_PEAK_CHANNEL                (ags_fx_peak_channel_get_type())

struct AgsFxPeakChannel

struct AgsFxPeakChannel;

struct AgsFxPeakChannelClass

struct AgsFxPeakChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “peak” property

  “peak”                     AgsPort *

The beats per minute.

Owner: AgsFxPeakChannel

Flags: Read / Write

Since: 3.3.0