| Top |
AgsLiveLv2BridgeAgsLiveLv2Bridge — A composite widget to visualize a bunch of AgsChannel |
| void | ags_live_lv2_bridge_input_map_recall () |
| void | ags_live_lv2_bridge_output_map_recall () |
| void | ags_live_lv2_bridge_load_program () |
| void | ags_live_lv2_bridge_load_preset () |
| void | ags_live_lv2_bridge_load_midi () |
| void | ags_live_lv2_bridge_load_gui () |
| void | ags_live_lv2_bridge_load () |
| gboolean | ags_live_lv2_bridge_lv2ui_idle_timeout () |
| AgsLiveLv2Bridge * | ags_live_lv2_bridge_new () |
| #define | AGS_IS_LIVE_LV2_BRIDGE() |
| #define | AGS_LIVE_LV2_BRIDGE() |
| #define | AGS_LIVE_LV2_BRIDGE_CLASS() |
| #define | AGS_LIVE_LV2_BRIDGE_GET_CLASS() |
| GType | ags_live_lv2_bridge_get_type () |
| #define | AGS_LIVE_LV2_BRIDGE_DEFAULT_VERSION |
| #define | AGS_LIVE_LV2_BRIDGE_DEFAULT_BUILD_ID |
| enum | AgsLiveLv2BridgeFlags |
| #define | AGS_TYPE_LIVE_LV2_BRIDGE |
| struct | AgsLiveLv2Bridge |
| struct | AgsLiveLv2BridgeClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox ╰── AgsMachine ╰── AgsLiveLv2Bridge
AgsLiveLv2Bridge implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.
AgsLiveLv2Bridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.
void ags_live_lv2_bridge_input_map_recall (AgsLiveLv2Bridge *live_lv2_bridge,guint audio_channel_start,guint input_pad_start);
void ags_live_lv2_bridge_output_map_recall (AgsLiveLv2Bridge *live_lv2_bridge,guint audio_channel_start,guint output_pad_start);
void
ags_live_lv2_bridge_load_program (AgsLiveLv2Bridge *live_lv2_bridge);
void
ags_live_lv2_bridge_load_preset (AgsLiveLv2Bridge *live_lv2_bridge);
void
ags_live_lv2_bridge_load_midi (AgsLiveLv2Bridge *live_lv2_bridge);
void
ags_live_lv2_bridge_load_gui (AgsLiveLv2Bridge *live_lv2_bridge);
gboolean
ags_live_lv2_bridge_lv2ui_idle_timeout
(GtkWidget *widget);
Idle lv2 ui.
Since: 2.0.0
AgsLiveLv2Bridge * ags_live_lv2_bridge_new (GObject *soundcard,gchar *filename,gchar *effect);
Create a new instance of AgsLiveLv2Bridge
Since: 2.0.0
#define AGS_IS_LIVE_LV2_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LIVE_LV2_BRIDGE))
#define AGS_LIVE_LV2_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2Bridge))
#define AGS_LIVE_LV2_BRIDGE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2BridgeClass))
#define AGS_LIVE_LV2_BRIDGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LIVE_LV2_BRIDGE, AgsLiveLv2BridgeClass))
#define AGS_LIVE_LV2_BRIDGE_DEFAULT_BUILD_ID "CEST 13-05-2015 13:40"
“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
“gui-filename” property“gui-filename” gchar *
The filename as string of GUI object file.
Flags: Read / Write
Default value: NULL
“gui-uri” property“gui-uri” gchar *
The gui-uri's string representation.
Flags: Read / Write
Default value: NULL
“has-gui” property“has-gui” gboolean
If effect has-gui.
Flags: Read / Write
Default value: FALSE
“has-midi” property“has-midi” gboolean
If effect has-midi.
Flags: Read / Write
Default value: FALSE
“index” property“index” gulong
The numerical index of uri.
Flags: Read / Write
Allowed values: <= 65535
“uri” property“uri” gchar *
The uri's string representation.
Flags: Read / Write
Default value: NULL