krähemann.com

AgsLv2Browser

AgsLv2Browser — A composite to select lv2 uri.

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

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

Implemented Interfaces

AgsLv2Browser implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.

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


AGS_IS_LV2_BROWSER()

#define AGS_IS_LV2_BROWSER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LV2_BROWSER))

AGS_IS_LV2_BROWSER_CLASS()

#define AGS_IS_LV2_BROWSER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LV2_BROWSER))

AGS_LV2_BROWSER()

#define AGS_LV2_BROWSER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_LV2_BROWSER, AgsLv2Browser))

AGS_LV2_BROWSER_CLASS()

#define AGS_LV2_BROWSER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))

AGS_LV2_BROWSER_GET_CLASS()

#define AGS_LV2_BROWSER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))

ags_lv2_browser_get_type ()

GType
ags_lv2_browser_get_type (void);

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)

AGS_TYPE_LV2_BROWSER

#define AGS_TYPE_LV2_BROWSER                (ags_lv2_browser_get_type())

struct AgsLv2Browser

struct AgsLv2Browser;

struct AgsLv2BrowserClass

struct AgsLv2BrowserClass {
  GtkBoxClass box;
};