AgsLadspaBridge

AgsLadspaBridge — A composite widget to visualize a bunch of AgsChannel

Functions

Properties

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

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsLadspaBridge implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/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_load ()

void
ags_ladspa_bridge_load (AgsLadspaBridge *ladspa_bridge);


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: 0.4.3

Types and Values

AGS_LADSPA_BRIDGE_DEFAULT_VERSION

#define AGS_LADSPA_BRIDGE_DEFAULT_VERSION "0.4.3\0"


AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID

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


enum AgsLadspaBridgeFlags

Members

AGS_LADSPA_BRIDGE_DISPLAY_INPUT

   

AGS_LADSPA_BRIDGE_BULK_OUTPUT

   

AGS_LADSPA_BRIDGE_DISPLAY_OUTPUT

   

AGS_LADSPA_BRIDGE_BULK_INPUT

   

Property Details

The “effect” property

  “effect”                   gchar *

The effect's string representation.

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 gchar *

The filename as string of object file.

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    gulong

The numerical index of effect.

Flags: Read / Write

Allowed values: <= 65535