AgsLv2Bridge

AgsLv2Bridge — A composite widget to visualize a bunch of AgsChannel

Functions

Properties

gchar * effect Read / Write
gchar * filename Read / Write
gchar * gui-filename Read / Write
gchar * gui-uri Read / Write
gboolean has-gui Read / Write
gboolean has-midi Read / Write
gulong index Read / Write
gchar * uri Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsLv2Bridge implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/ags_lv2_bridge.h>

Description

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

Functions

ags_lv2_bridge_input_map_recall ()

void
ags_lv2_bridge_input_map_recall (AgsLv2Bridge *lv2_bridge,
                                 guint audio_channel_start,
                                 guint input_pad_start);


ags_lv2_bridge_output_map_recall ()

void
ags_lv2_bridge_output_map_recall (AgsLv2Bridge *lv2_bridge,
                                  guint audio_channel_start,
                                  guint output_pad_start);


ags_lv2_bridge_load_midi ()

void
ags_lv2_bridge_load_midi (AgsLv2Bridge *lv2_bridge);


ags_lv2_bridge_load_gui ()

void
ags_lv2_bridge_load_gui (AgsLv2Bridge *lv2_bridge);


ags_lv2_bridge_load ()

void
ags_lv2_bridge_load (AgsLv2Bridge *lv2_bridge);


ags_lv2_bridge_new ()

AgsLv2Bridge *
ags_lv2_bridge_new (GObject *soundcard,
                    gchar *filename,
                    gchar *effect);

Creates an AgsLv2Bridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

a new AgsLv2Bridge

Since: 0.4.3

Types and Values

AGS_LV2_BRIDGE_DEFAULT_VERSION

#define AGS_LV2_BRIDGE_DEFAULT_VERSION "0.4.3\0"


AGS_LV2_BRIDGE_DEFAULT_BUILD_ID

#define AGS_LV2_BRIDGE_DEFAULT_BUILD_ID "CEST 13-05-2015 13:40\0"


enum AgsLv2BridgeFlags

Members

AGS_LV2_BRIDGE_DISPLAY_INPUT

   

AGS_LV2_BRIDGE_BULK_OUTPUT

   

AGS_LV2_BRIDGE_DISPLAY_OUTPUT

   

AGS_LV2_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 “gui-filename” property

  “gui-filename”             gchar *

The filename as string of GUI object file.

Flags: Read / Write

Default value: NULL


The “gui-uri” property

  “gui-uri”                  gchar *

The gui-uri's string representation.

Flags: Read / Write

Default value: NULL


The “has-gui” property

  “has-gui”                  gboolean

If effect has-gui.

Flags: Read / Write

Default value: FALSE


The “has-midi” property

  “has-midi”                 gboolean

If effect has-midi.

Flags: Read / Write

Default value: FALSE


The “index” property

  “index”                    gulong

The numerical index of uri.

Flags: Read / Write

Allowed values: <= 65535


The “uri” property

  “uri”                      gchar *

The uri's string representation.

Flags: Read / Write

Default value: NULL