| 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 () |
void
ags_recall_ladspa_load (AgsRecallLadspa *recall_ladspa);
Set up LADSPA handle.
Since: 3.0.0
GList *
ags_recall_ladspa_load_ports (AgsRecallLadspa *recall_ladspa);
Set up LADSPA ports.
Since: 3.0.0
void ags_recall_ladspa_load_conversion (AgsRecallLadspa *recall_ladspa,GObject *port,gpointer plugin_port);
Loads conversion object by using plugin_port
and sets in on port
.
Since: 3.0.0
GList * ags_recall_ladspa_find (GList *recall,gchar *filename,gchar *effect);
Retrieve LADSPA recall.
recall |
the GList containing AgsRecall. |
[element-type AgsAudio.Recall][transfer none] |
filename |
plugin filename |
|
effect |
effect's name |
Since: 3.0.0
AgsRecallLadspa * ags_recall_ladspa_new (AgsChannel *source,gchar *filename,gchar *effect,guint effect_index);
Creates a new instance of AgsRecallLadspa
source |
the AgsChannel as source |
|
filename |
the LADSPA plugin filename |
|
effect |
effect's name |
|
effect_index |
effect's index |
Since: 3.0.0
#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))
“plugin” property“plugin” AgsLadspaPlugin *
The assigned plugin.
Owner: AgsRecallLadspa
Flags: Read / Write
Since: 3.0.0