AgsLv2Browser

AgsLv2Browser — A composite to select lv2 uri.

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsLv2Browser

Includes

#include <ags/app/ags_lv2_browser.h>

Description

AgsLv2Browser is a composite widget to select lv2 plugin and the desired uri.

Functions

ags_lv2_browser_get_plugin_filename ()

gchar *
ags_lv2_browser_get_plugin_filename (AgsLv2Browser *lv2_browser);

Retrieve selected lv2 plugin filename.

Parameters

lv2_browser

the AgsLv2Browser

 

Returns

the active lv2 filename

Since: 3.0.0


ags_lv2_browser_get_plugin_effect ()

gchar *
ags_lv2_browser_get_plugin_effect (AgsLv2Browser *lv2_browser);

Retrieve selected lv2 effect.

Parameters

lv2_browser

the AgsLv2Browser

 

Returns

the active lv2 effect

Since: 3.0.0


ags_lv2_browser_get_port_editor ()

GList *
ags_lv2_browser_get_port_editor (AgsLv2Browser *lv2_browser);

Get bulk member of lv2_browser .

Parameters

lv2_browser

the AgsLv2Browser

 

Returns

the GList containing AgsPortEditor

Since: 4.0.0


ags_lv2_browser_add_port_editor ()

void
ags_lv2_browser_add_port_editor (AgsLv2Browser *lv2_browser,
                                 AgsPortEditor *port_editor,
                                 guint x,
                                 guint y,
                                 guint width,
                                 guint height);

Add port_editor to lv2_browser .

Parameters

lv2_browser

the AgsLv2Browser

 

port_editor

the AgsPortEditor

 

x

the x position

 

y

the y position

 

width

the width

 

height

the height

 

Since: 4.0.0


ags_lv2_browser_remove_port_editor ()

void
ags_lv2_browser_remove_port_editor (AgsLv2Browser *lv2_browser,
                                    AgsPortEditor *port_editor);

Remove port_editor from lv2_browser .

Parameters

lv2_browser

the AgsLv2Browser

 

port_editor

the AgsPortEditor

 

Since: 4.0.0


ags_lv2_browser_clear ()

void
ags_lv2_browser_clear (AgsLv2Browser *lv2_browser);

Clear lv2_browser .

Parameters

lv2_browser

the AgsLv2Browser

 

Since: 4.0.0


ags_lv2_browser_preview_new ()

GtkWidget *
ags_lv2_browser_preview_new ();

ags_lv2_browser_new ()

AgsLv2Browser *
ags_lv2_browser_new ();

Create a new instance of AgsLv2Browser

Returns

the new AgsLv2Browser

Since: 3.0.0

Types and Values

AGS_LV2_BROWSER_FILENAME_HEIGHT_REQUEST

#define AGS_LV2_BROWSER_FILENAME_HEIGHT_REQUEST (256)

AGS_LV2_BROWSER_FILENAME_WIDTH_REQUEST

#define AGS_LV2_BROWSER_FILENAME_WIDTH_REQUEST (500)

AGS_LV2_BROWSER_EFFECT_HEIGHT_REQUEST

#define AGS_LV2_BROWSER_EFFECT_HEIGHT_REQUEST (256)

AGS_LV2_BROWSER_EFFECT_WIDTH_REQUEST

#define AGS_LV2_BROWSER_EFFECT_WIDTH_REQUEST (500)