krähemann.com

AgsLiveDssiBridge

AgsLiveDssiBridge — A composite widget to visualize a bunch of AgsChannel

Properties

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

Object Hierarchy

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

Implemented Interfaces

AgsLiveDssiBridge implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

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

Description

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

Functions

ags_live_dssi_bridge_input_map_recall ()

void
ags_live_dssi_bridge_input_map_recall (AgsLiveDssiBridge *live_dssi_bridge,
                                       guint audio_channel_start,
                                       guint input_pad_start);

ags_live_dssi_bridge_output_map_recall ()

void
ags_live_dssi_bridge_output_map_recall
                               (AgsLiveDssiBridge *live_dssi_bridge,
                                guint audio_channel_start,
                                guint output_pad_start);

ags_live_dssi_bridge_load ()

void
ags_live_dssi_bridge_load (AgsLiveDssiBridge *live_dssi_bridge);

ags_live_dssi_bridge_new ()

AgsLiveDssiBridge *
ags_live_dssi_bridge_new (GObject *soundcard,
                          gchar *filename,
                          gchar *effect);

Create a new instance of AgsLiveDssiBridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

the new AgsLiveDssiBridge

Since: 3.0.0


AGS_IS_LIVE_DSSI_BRIDGE()

#define AGS_IS_LIVE_DSSI_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LIVE_DSSI_BRIDGE))

AGS_LIVE_DSSI_BRIDGE()

#define AGS_LIVE_DSSI_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridge))

AGS_LIVE_DSSI_BRIDGE_CLASS()

#define AGS_LIVE_DSSI_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridgeClass))

AGS_LIVE_DSSI_BRIDGE_GET_CLASS()

#define AGS_LIVE_DSSI_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridgeClass))

ags_live_dssi_bridge_get_type ()

GType
ags_live_dssi_bridge_get_type (void);

Types and Values

AGS_LIVE_DSSI_BRIDGE_DEFAULT_VERSION

#define AGS_LIVE_DSSI_BRIDGE_DEFAULT_VERSION "0.7.134"

AGS_LIVE_DSSI_BRIDGE_DEFAULT_BUILD_ID

#define AGS_LIVE_DSSI_BRIDGE_DEFAULT_BUILD_ID "CEST 14-04-2017 21:10"

enum AgsLiveDssiBridgeFlags

Members

AGS_LIVE_DSSI_BRIDGE_DISPLAY_INPUT

   

AGS_LIVE_DSSI_BRIDGE_BULK_OUTPUT

   

AGS_LIVE_DSSI_BRIDGE_DISPLAY_OUTPUT

   

AGS_LIVE_DSSI_BRIDGE_BULK_INPUT

   

AGS_TYPE_LIVE_DSSI_BRIDGE

#define AGS_TYPE_LIVE_DSSI_BRIDGE                (ags_live_dssi_bridge_get_type())

struct AgsLiveDssiBridge

struct AgsLiveDssiBridge;

struct AgsLiveDssiBridgeClass

struct AgsLiveDssiBridgeClass {
  AgsMachineClass machine;
};

Property Details

The “effect” property

  “effect”                   gchar *

The effect's string representation.

Owner: AgsLiveDssiBridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 gchar *

The filename as string of object file.

Owner: AgsLiveDssiBridge

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    guint

The numerical index of effect.

Owner: AgsLiveDssiBridge

Flags: Read / Write

Allowed values: <= 65535

Default value: 0