Top |
AgsRecallLadspa implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
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
void ags_recall_ladspa_short_to_float (signed short *buffer
,LADSPA_Data *destination
,guint buffer_size
,guint lines
);
Convert data type.
Since: 0.4
void ags_recall_ladspa_float_to_short (LADSPA_Data *buffer
,signed short *destination
,guint buffer_size
,guint lines
);
Convert data type.
Since: 0.4
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
“effect”
property“effect” gchar *
The effect's string representation.
Flags: Read / Write
Default value: NULL
Since: 0.4.3
“filename”
property“filename” gchar *
The filename as string of object file.
Flags: Read / Write
Default value: NULL
Since: 0.4.3
“index”
property“index” gulong
The numerical index of effect.
Flags: Read / Write
Allowed values: <= 65535
Since: 0.4.3