| Top |
| void | ags_recall_dssi_load () |
| GList * | ags_recall_dssi_load_ports () |
| void | ags_recall_dssi_load_conversion () |
| GList * | ags_recall_dssi_find () |
| AgsRecallDssi * | ags_recall_dssi_new () |
| #define | AGS_IS_RECALL_DSSI() |
| #define | AGS_IS_RECALL_DSSI_CLASS() |
| #define | AGS_RECALL_DSSI() |
| #define | AGS_RECALL_DSSI_CLASS() |
| #define | AGS_RECALL_DSSI_GET_CLASS() |
| GType | ags_recall_dssi_get_type () |
AgsRecallDssi implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
void
ags_recall_dssi_load (AgsRecallDssi *recall_dssi);
Set up DSSI handle.
Since: 0.7.0
GList *
ags_recall_dssi_load_ports (AgsRecallDssi *recall_dssi);
Set up DSSI ports.
Since: 0.7.0
void ags_recall_dssi_load_conversion (AgsRecallDssi *recall_dssi,GObject *port,gpointer port_descriptor);
Loads conversion object by using port_descriptor
and sets in on port
.
Since: 0.7.9
GList * ags_recall_dssi_find (GList *recall,gchar *filename,gchar *effect);
Retrieve DSSI recall.
Since: 0.7.0
AgsRecallDssi * ags_recall_dssi_new (AgsChannel *source,gchar *filename,gchar *effect,unsigned long index);
Creates a AgsRecallDssi
source |
the source |
|
filename |
the DSSI plugin filename |
|
effect |
effect's name |
|
index |
effect's index |
Since: 0.7.0
#define AGS_IS_RECALL_DSSI(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_DSSI))
#define AGS_IS_RECALL_DSSI_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_DSSI))
#define AGS_RECALL_DSSI(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_DSSI, AgsRecallDssi))
#define AGS_RECALL_DSSI_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_DSSI, AgsRecallDssiClass))
#define AGS_RECALL_DSSI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_DSSI, AgsRecallDssiClass))
“effect” property“effect” gchar *
The effect's name.
Flags: Read / Write
Default value: NULL
Since: 0.7.0
“filename” property“filename” gchar *
The plugins filename.
Flags: Read / Write
Default value: NULL
Since: 0.7.0
“index” property“index” gulong
The effect's index.
Flags: Read / Write
Allowed values: <= 65535
Since: 0.7.0