| Top |
| void | ags_recall_ladspa_load () |
| GList * | ags_recall_ladspa_load_ports () |
| void | ags_recall_ladspa_load_conversion () |
| GList * | ags_recall_ladspa_find () |
| AgsRecallLadspa * | ags_recall_ladspa_new () |
| #define | AGS_IS_RECALL_LADSPA() |
| #define | AGS_IS_RECALL_LADSPA_CLASS() |
| #define | AGS_RECALL_LADSPA() |
| #define | AGS_RECALL_LADSPA_CLASS() |
| #define | AGS_RECALL_LADSPA_GET_CLASS() |
| GType | ags_recall_ladspa_get_type () |
AgsRecallLadspa implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
void
ags_recall_ladspa_load (AgsRecallLadspa *recall_ladspa);
Set up LADSPA handle.
Since: 0.4
GList *
ags_recall_ladspa_load_ports (AgsRecallLadspa *recall_ladspa);
Set up LADSPA ports.
Since: 0.4
void ags_recall_ladspa_load_conversion (AgsRecallLadspa *recall_ladspa,GObject *port,gpointer port_descriptor);
Loads conversion object by using port_descriptor
and sets in on port
.
Since: 0.7.9
GList * ags_recall_ladspa_find (GList *recall,gchar *filename,gchar *effect);
Retrieve LADSPA recall.
Since: 0.4
AgsRecallLadspa * ags_recall_ladspa_new (AgsChannel *source,gchar *filename,gchar *effect,unsigned long index);
Creates a AgsRecallLadspa
source |
the source |
|
filename |
the LADSPA plugin filename |
|
effect |
effect's name |
|
index |
effect's index |
Since: 0.4
#define AGS_IS_RECALL_LADSPA(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LADSPA))
#define AGS_IS_RECALL_LADSPA_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_LADSPA))
#define AGS_RECALL_LADSPA(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspa))
#define AGS_RECALL_LADSPA_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))
#define AGS_RECALL_LADSPA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))
“effect” property“effect” gchar *
The effect's string representation.
Flags: Read / Write
Default value: NULL
“filename” property“filename” gchar *
The plugins filename.
Flags: Read / Write
Default value: NULL
Since: 0.4.2
“index” property“index” gulong
The numerical index of effect.
Flags: Read / Write
Allowed values: <= 65535