krähemann.com

AgsDssiBridge

AgsDssiBridge — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Properties

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

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsMachine
                    ╰── AgsDssiBridge

Implemented Interfaces

AgsDssiBridge implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.

Includes

#include <ags/app/ags_dssi_bridge.h>

Description

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

Functions

ags_dssi_bridge_input_map_recall ()

void
ags_dssi_bridge_input_map_recall (AgsDssiBridge *dssi_bridge,
                                  guint audio_channel_start,
                                  guint input_pad_start);

ags_dssi_bridge_output_map_recall ()

void
ags_dssi_bridge_output_map_recall (AgsDssiBridge *dssi_bridge,
                                   guint audio_channel_start,
                                   guint output_pad_start);

ags_dssi_bridge_load ()

void
ags_dssi_bridge_load (AgsDssiBridge *dssi_bridge);

ags_dssi_bridge_new ()

AgsDssiBridge *
ags_dssi_bridge_new (GObject *soundcard,
                     gchar *filename,
                     gchar *effect);

Create a new instance of AgsDssiBridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

the new AgsDssiBridge

Since: 3.0.0


AGS_DSSI_BRIDGE()

#define AGS_DSSI_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DSSI_BRIDGE, AgsDssiBridge))

AGS_DSSI_BRIDGE_CLASS()

#define AGS_DSSI_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DSSI_BRIDGE, AgsDssiBridgeClass))

AGS_DSSI_BRIDGE_GET_CLASS()

#define AGS_DSSI_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DSSI_BRIDGE, AgsDssiBridgeClass))

AGS_IS_DSSI_BRIDGE()

#define AGS_IS_DSSI_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DSSI_BRIDGE))

AGS_IS_DSSI_BRIDGE_CLASS()

#define AGS_IS_DSSI_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DSSI_BRIDGE))

ags_dssi_bridge_get_type ()

GType
ags_dssi_bridge_get_type (void);

Types and Values

AGS_DSSI_BRIDGE_DEFAULT_VERSION

#define AGS_DSSI_BRIDGE_DEFAULT_VERSION "0.7.4"

AGS_DSSI_BRIDGE_DEFAULT_BUILD_ID

#define AGS_DSSI_BRIDGE_DEFAULT_BUILD_ID "CEST 16-02-2016 23:36"

enum AgsDssiBridgeFlags

Members

AGS_DSSI_BRIDGE_DISPLAY_INPUT

   

AGS_DSSI_BRIDGE_BULK_OUTPUT

   

AGS_DSSI_BRIDGE_DISPLAY_OUTPUT

   

AGS_DSSI_BRIDGE_BULK_INPUT

   

AGS_TYPE_DSSI_BRIDGE

#define AGS_TYPE_DSSI_BRIDGE                (ags_dssi_bridge_get_type())

struct AgsDssiBridge

struct AgsDssiBridge;

struct AgsDssiBridgeClass

struct AgsDssiBridgeClass {
  AgsMachineClass machine;
};

Property Details

The “effect” property

  “effect”                   char *

The effect's string representation.

Owner: AgsDssiBridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 char *

The filename as string of object file.

Owner: AgsDssiBridge

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    guint

The numerical index of effect.

Owner: AgsDssiBridge

Flags: Read / Write

Allowed values: <= 65535

Default value: 0