AgsLv2uiManager

AgsLv2uiManager — Singleton pattern to organize LV2UI

Functions

Object Hierarchy

    GObject
    ╰── AgsLv2uiManager

Includes

#include <ags/object/ags_lv2ui_manager.h>

Description

The AgsLv2uiManager loads/unloads LV2UI plugins.

Functions

ags_lv2ui_manager_get_filenames ()

gchar **
ags_lv2ui_manager_get_filenames ();

Retrieve all filenames

Returns

a NULL-terminated array of filenames

Since: 0.4.3


ags_lv2ui_manager_find_lv2ui_plugin ()

AgsLv2uiPlugin *
ags_lv2ui_manager_find_lv2ui_plugin (gchar *filename);

Lookup filename in loaded plugins.

Parameters

filename

the filename of the plugin

 

Returns

the AgsLv2uiPlugin

Since: 0.4.3


ags_lv2ui_manager_load_file ()

void
ags_lv2ui_manager_load_file (AgsTurtle *turtle,
                             gchar *filename);

Load filename specified plugin.

Parameters

turtle

the AgsTurtle

 

filename

the filename of the plugin

 

Since: 0.4.3


ags_lv2ui_manager_load_default_directory ()

void
ags_lv2ui_manager_load_default_directory
                               ();

Loads all available plugins.

Since: 0.4.3


ags_lv2ui_manager_uri_index ()

uint32_t
ags_lv2ui_manager_uri_index (gchar *filename,
                             gchar *uri);

Retrieve the uri's index within filename

Parameters

filename

the plugin.so filename

 

uri

the uri's name within plugin

 

Returns

the index, G_MAXULONG if not found

Since: 0.4.3


ags_lv2ui_manager_find_uri ()

gchar *
ags_lv2ui_manager_find_uri (gchar *filename,
                            gchar *effect);

Retrieve the uri of filename and effect

Parameters

filename

the plugin.so filename

 

effect

the uri's effect

 

Returns

the appropriate uri

Since: 0.4.3


ags_lv2ui_manager_get_instance ()

AgsLv2uiManager *
ags_lv2ui_manager_get_instance ();

Get instance.

Returns

the AgsLv2uiManager

Since: 0.4.3


ags_lv2ui_manager_new ()

AgsLv2uiManager *
ags_lv2ui_manager_new ();

Creates an AgsLv2uiManager

Returns

a new AgsLv2uiManager

Since: 0.4.3

Types and Values