| Top |
| gchar * | ags_ladspa_browser_get_plugin_filename () |
| gchar * | ags_ladspa_browser_get_plugin_effect () |
| GList * | ags_ladspa_browser_get_port_editor () |
| void | ags_ladspa_browser_add_port_editor () |
| void | ags_ladspa_browser_remove_port_editor () |
| void | ags_ladspa_browser_clear () |
| GtkWidget * | ags_ladspa_browser_preview_new () |
| AgsLadspaBrowser * | ags_ladspa_browser_new () |
gchar *
ags_ladspa_browser_get_plugin_filename
(AgsLadspaBrowser *ladspa_browser);
Retrieve selected ladspa plugin filename.
Since: 3.0.0
gchar *
ags_ladspa_browser_get_plugin_effect (AgsLadspaBrowser *ladspa_browser);
Retrieve selected ladspa effect.
Since: 3.0.0
GList *
ags_ladspa_browser_get_port_editor (AgsLadspaBrowser *ladspa_browser);
Get bulk member of ladspa_browser
.
Since: 4.0.0
void ags_ladspa_browser_add_port_editor (AgsLadspaBrowser *ladspa_browser,AgsPortEditor *port_editor,guint x,guint y,guint width,guint height);
Add port_editor
to ladspa_browser
.
ladspa_browser |
the AgsLadspaBrowser |
|
port_editor |
the AgsPortEditor |
|
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since: 4.0.0
void ags_ladspa_browser_remove_port_editor (AgsLadspaBrowser *ladspa_browser,AgsPortEditor *port_editor);
Remove port_editor
from ladspa_browser
.
Since: 4.0.0
void
ags_ladspa_browser_clear (AgsLadspaBrowser *ladspa_browser);
Clear ladspa_browser
.
Since: 4.0.0