Top | ![]() |
![]() |
![]() |
![]() |
AgsLadspaBridgeAgsLadspaBridge — A composite widget to visualize a bunch of AgsChannel |
void | ags_ladspa_bridge_load () |
AgsLadspaBridge * | ags_ladspa_bridge_new () |
#define | AGS_IS_LADSPA_BRIDGE() |
#define | AGS_LADSPA_BRIDGE() |
#define | AGS_LADSPA_BRIDGE_CLASS() |
#define | AGS_LADSPA_BRIDGE_GET_CLASS() |
GType | ags_ladspa_bridge_get_type () |
#define | AGS_LADSPA_BRIDGE_DEFAULT_VERSION |
#define | AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID |
enum | AgsLadspaBridgeFlags |
#define | AGS_TYPE_LADSPA_BRIDGE |
struct | AgsLadspaBridge |
struct | AgsLadspaBridgeClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox ╰── AgsMachine ╰── AgsLadspaBridge
AgsLadspaBridge implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.
AgsLadspaBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.
AgsLadspaBridge * ags_ladspa_bridge_new (GObject *soundcard
,gchar *filename
,gchar *effect
);
Creates an AgsLadspaBridge
Since: 1.0.0
#define AGS_IS_LADSPA_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LADSPA_BRIDGE))
#define AGS_LADSPA_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridge))
#define AGS_LADSPA_BRIDGE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))
#define AGS_LADSPA_BRIDGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))
#define AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID "CEST 15-03-2015 13:40"