Top |
GList * | ags_recall_lv2_load_ports () |
void | ags_recall_lv2_load_conversion () |
void | ags_recall_lv2_short_to_float () |
void | ags_recall_lv2_float_to_short () |
GList * | ags_recall_lv2_find () |
AgsRecallLv2 * | ags_recall_lv2_new () |
AgsRecallLv2 implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
GList *
ags_recall_lv2_load_ports (AgsRecallLv2 *recall_lv2
);
Set up LV2 ports.
Since: 0.4.3
void ags_recall_lv2_load_conversion (AgsRecallLv2 *recall_lv2
,GObject *port
,gpointer port_descriptor
);
Loads conversion object by using port_descriptor
and sets in on port
.
Since: 0.7.9
void ags_recall_lv2_short_to_float (signed short *buffer
,float *destination
,guint buffer_size
,guint lines
);
Convert data type.
Since: 0.4.3
void ags_recall_lv2_float_to_short (float *buffer
,signed short *destination
,guint buffer_size
,guint lines
);
Convert data type.
Since: 0.4.3
GList * ags_recall_lv2_find (GList *recall
,gchar *filename
,gchar *uri
);
Retrieve LV2 recall.
Since: 0.4.3
AgsRecallLv2 * ags_recall_lv2_new (AgsChannel *source
,AgsTurtle *turtle
,gchar *filename
,gchar *effect
,gchar *uri
,uint32_t index
);
Creates a AgsRecallLv2
source |
the source |
|
turtle |
the .ttl file |
|
filename |
the LV2 plugin filename |
|
effect |
the LV2 plugin effect |
|
uri |
uri's name |
|
index |
uri's index |
Since: 0.4.3
“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 uri.
Flags: Read / Write
Allowed values: <= 65535
Since: 0.4.3
“turtle”
property“turtle” AgsTurtle *
The turtle which this recall lv2 is described by.
Flags: Read / Write
Since: 0.4.3
“uri”
property“uri” gchar *
The uri's string representation.
Flags: Read / Write
Default value: NULL
Since: 0.4.3