krähemann.com

AgsLiveLv2Bridge

AgsLiveLv2Bridge — A composite widget to visualize a bunch of AgsChannel

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

Object Hierarchy

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

Implemented Interfaces

AgsLiveLv2Bridge implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_live_lv2_bridge.h>

Description

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

Functions

ags_live_lv2_bridge_input_map_recall ()

void
ags_live_lv2_bridge_input_map_recall (AgsLiveLv2Bridge *live_lv2_bridge,
                                      guint audio_channel_start,
                                      guint input_pad_start);

ags_live_lv2_bridge_output_map_recall ()

void
ags_live_lv2_bridge_output_map_recall (AgsLiveLv2Bridge *live_lv2_bridge,
                                       guint audio_channel_start,
                                       guint output_pad_start);

ags_live_lv2_bridge_load_program ()

void
ags_live_lv2_bridge_load_program (AgsLiveLv2Bridge *live_lv2_bridge);

ags_live_lv2_bridge_load_preset ()

void
ags_live_lv2_bridge_load_preset (AgsLiveLv2Bridge *live_lv2_bridge);

ags_live_lv2_bridge_load_midi ()

void
ags_live_lv2_bridge_load_midi (AgsLiveLv2Bridge *live_lv2_bridge);

ags_live_lv2_bridge_load_gui ()

void
ags_live_lv2_bridge_load_gui (AgsLiveLv2Bridge *live_lv2_bridge);

ags_live_lv2_bridge_load ()

void
ags_live_lv2_bridge_load (AgsLiveLv2Bridge *live_lv2_bridge);

ags_live_lv2_bridge_lv2ui_idle_timeout ()

gboolean
ags_live_lv2_bridge_lv2ui_idle_timeout
                               (GtkWidget *widget);

Idle lv2 ui.

Parameters

widget

the LV2UI_Handle

 

Returns

TRUE if proceed with redraw, otherwise FALSE

Since: 3.0.0


ags_live_lv2_bridge_new ()

AgsLiveLv2Bridge *
ags_live_lv2_bridge_new (GObject *soundcard,
                         gchar *filename,
                         gchar *effect);

Create a new instance of AgsLiveLv2Bridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

the new AgsLiveLv2Bridge

Since: 3.0.0


AGS_IS_LIVE_LV2_BRIDGE()

#define AGS_IS_LIVE_LV2_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LIVE_LV2_BRIDGE))

AGS_IS_LIVE_LV2_BRIDGE_CLASS()

#define AGS_IS_LIVE_LV2_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LIVE_LV2_BRIDGE))

AGS_LIVE_LV2_BRIDGE()

#define AGS_LIVE_LV2_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2Bridge))

AGS_LIVE_LV2_BRIDGE_CLASS()

#define AGS_LIVE_LV2_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2BridgeClass))

AGS_LIVE_LV2_BRIDGE_GET_CLASS()

#define AGS_LIVE_LV2_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2BridgeClass))

ags_live_lv2_bridge_get_type ()

GType
ags_live_lv2_bridge_get_type (void);

Types and Values

AGS_LIVE_LV2_BRIDGE_DEFAULT_VERSION

#define AGS_LIVE_LV2_BRIDGE_DEFAULT_VERSION "0.4.3"

AGS_LIVE_LV2_BRIDGE_DEFAULT_BUILD_ID

#define AGS_LIVE_LV2_BRIDGE_DEFAULT_BUILD_ID "CEST 13-05-2015 13:40"

enum AgsLiveLv2BridgeFlags

Members

AGS_LIVE_LV2_BRIDGE_DISPLAY_INPUT

   

AGS_LIVE_LV2_BRIDGE_BULK_OUTPUT

   

AGS_LIVE_LV2_BRIDGE_DISPLAY_OUTPUT

   

AGS_LIVE_LV2_BRIDGE_BULK_INPUT

   

AGS_LIVE_LV2_BRIDGE_NO_UPDATE

   

AGS_TYPE_LIVE_LV2_BRIDGE

#define AGS_TYPE_LIVE_LV2_BRIDGE                (ags_live_lv2_bridge_get_type())

struct AgsLiveLv2Bridge

struct AgsLiveLv2Bridge;

struct AgsLiveLv2BridgeClass

struct AgsLiveLv2BridgeClass {
  AgsMachineClass machine;
};

Property Details

The “effect” property

  “effect”                   gchar *

The effect's string representation.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 gchar *

The filename as string of object file.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: NULL


The “gui-filename” property

  “gui-filename”             gchar *

The filename as string of GUI object file.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: NULL


The “gui-uri” property

  “gui-uri”                  gchar *

The gui-uri's string representation.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: NULL


The “has-gui” property

  “has-gui”                  gboolean

If effect has-gui.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: FALSE


The “has-midi” property

  “has-midi”                 gboolean

If effect has-midi.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: FALSE


The “index” property

  “index”                    gulong

The numerical index of uri.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Allowed values: <= 65535


The “uri” property

  “uri”                      gchar *

The uri's string representation.

Owner: AgsLiveLv2Bridge

Flags: Read / Write

Default value: NULL