Top | ![]() |
![]() |
![]() |
![]() |
AgsLiveDssiBridgeAgsLiveDssiBridge — A composite widget to visualize a bunch of AgsChannel |
void | ags_live_dssi_bridge_input_map_recall () |
void | ags_live_dssi_bridge_output_map_recall () |
void | ags_live_dssi_bridge_load () |
AgsLiveDssiBridge * | ags_live_dssi_bridge_new () |
#define | AGS_IS_LIVE_DSSI_BRIDGE() |
#define | AGS_LIVE_DSSI_BRIDGE() |
#define | AGS_LIVE_DSSI_BRIDGE_CLASS() |
#define | AGS_LIVE_DSSI_BRIDGE_GET_CLASS() |
GType | ags_live_dssi_bridge_get_type () |
#define | AGS_LIVE_DSSI_BRIDGE_DEFAULT_VERSION |
#define | AGS_LIVE_DSSI_BRIDGE_DEFAULT_BUILD_ID |
enum | AgsLiveDssiBridgeFlags |
#define | AGS_TYPE_LIVE_DSSI_BRIDGE |
struct | AgsLiveDssiBridge |
struct | AgsLiveDssiBridgeClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox ╰── AgsMachine ╰── AgsLiveDssiBridge
AgsLiveDssiBridge implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.
AgsLiveDssiBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.
void ags_live_dssi_bridge_input_map_recall (AgsLiveDssiBridge *live_dssi_bridge
,guint audio_channel_start
,guint input_pad_start
);
void ags_live_dssi_bridge_output_map_recall (AgsLiveDssiBridge *live_dssi_bridge
,guint audio_channel_start
,guint output_pad_start
);
AgsLiveDssiBridge * ags_live_dssi_bridge_new (GObject *soundcard
,gchar *filename
,gchar *effect
);
Create a new instance of AgsLiveDssiBridge
Since: 2.0.0
#define AGS_IS_LIVE_DSSI_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LIVE_DSSI_BRIDGE))
#define AGS_LIVE_DSSI_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridge))
#define AGS_LIVE_DSSI_BRIDGE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridgeClass))
#define AGS_LIVE_DSSI_BRIDGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LIVE_DSSI_BRIDGE, AgsLiveDssiBridgeClass))
#define AGS_LIVE_DSSI_BRIDGE_DEFAULT_BUILD_ID "CEST 14-04-2017 21:10"
“effect”
property“effect” gchar *
The effect's string representation.
Flags: Read / Write
Default value: NULL
“filename”
property“filename” gchar *
The filename as string of object file.
Flags: Read / Write
Default value: NULL
“index”
property“index” guint
The numerical index of effect.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0