AgsLadspaBridge

AgsLadspaBridge — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

char * effect Read / Write
char * filename Read / Write
gulong index Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsMachine
                        ╰── AgsLadspaBridge

Implemented Interfaces

AgsLadspaBridge implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/machine/ags_ladspa_bridge.h>

Description

AgsLadspaBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.

Functions

ags_ladspa_bridge_input_map_recall ()

void
ags_ladspa_bridge_input_map_recall (AgsLadspaBridge *ladspa_bridge,
                                    guint audio_channel_start,
                                    guint input_pad_start);

ags_ladspa_bridge_output_map_recall ()

void
ags_ladspa_bridge_output_map_recall (AgsLadspaBridge *ladspa_bridge,
                                     guint audio_channel_start,
                                     guint output_pad_start);

ags_ladspa_bridge_new ()

AgsLadspaBridge *
ags_ladspa_bridge_new (GObject *soundcard,
                       gchar *filename,
                       gchar *effect);

Creates an AgsLadspaBridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

a new AgsLadspaBridge

Since: 3.0.0


AGS_IS_LADSPA_BRIDGE()

#define AGS_IS_LADSPA_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LADSPA_BRIDGE))

AGS_IS_LADSPA_BRIDGE_CLASS()

#define AGS_IS_LADSPA_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LADSPA_BRIDGE))

AGS_LADSPA_BRIDGE()

#define AGS_LADSPA_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridge))

AGS_LADSPA_BRIDGE_CLASS()

#define AGS_LADSPA_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))

AGS_LADSPA_BRIDGE_GET_CLASS()

#define AGS_LADSPA_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))

ags_ladspa_bridge_get_type ()

GType
ags_ladspa_bridge_get_type (void);

Types and Values

AGS_LADSPA_BRIDGE_DEFAULT_VERSION

#define AGS_LADSPA_BRIDGE_DEFAULT_VERSION "0.4.3"

AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID

#define AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID "CEST 15-03-2015 13:40"

enum AgsLadspaBridgeFlags

Members

AGS_LADSPA_BRIDGE_DISPLAY_INPUT

   

AGS_LADSPA_BRIDGE_BULK_OUTPUT

   

AGS_LADSPA_BRIDGE_DISPLAY_OUTPUT

   

AGS_LADSPA_BRIDGE_BULK_INPUT

   

AGS_TYPE_LADSPA_BRIDGE

#define AGS_TYPE_LADSPA_BRIDGE                (ags_ladspa_bridge_get_type())

struct AgsLadspaBridge

struct AgsLadspaBridge;

struct AgsLadspaBridgeClass

struct AgsLadspaBridgeClass {
  AgsMachineClass machine;
};

Property Details

The “effect” property

  “effect”                   char *

The effect's string representation.

Owner: AgsLadspaBridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 char *

The filename as string of object file.

Owner: AgsLadspaBridge

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    gulong

The numerical index of effect.

Owner: AgsLadspaBridge

Flags: Read / Write

Allowed values: <= 65535