AgsLadspaBrowser

AgsLadspaBrowser — A composite to select ladspa effect.

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsLadspaBrowser

Includes

#include <ags/app/ags_ladspa_browser.h>

Description

AgsLadspaBrowser is a composite widget to select ladspa plugin and the desired effect.

Functions

ags_ladspa_browser_get_plugin_filename ()

gchar *
ags_ladspa_browser_get_plugin_filename
                               (AgsLadspaBrowser *ladspa_browser);

Retrieve selected ladspa plugin filename.

Parameters

ladspa_browser

the AgsLadspaBrowser

 

Returns

the active ladspa filename

Since: 3.0.0


ags_ladspa_browser_get_plugin_effect ()

gchar *
ags_ladspa_browser_get_plugin_effect (AgsLadspaBrowser *ladspa_browser);

Retrieve selected ladspa effect.

Parameters

ladspa_browser

the AgsLadspaBrowser

 

Returns

the active ladspa effect

Since: 3.0.0


ags_ladspa_browser_get_port_editor ()

GList *
ags_ladspa_browser_get_port_editor (AgsLadspaBrowser *ladspa_browser);

Get bulk member of ladspa_browser .

Parameters

ladspa_browser

the AgsLadspaBrowser

 

Returns

the GList containing AgsPortEditor

Since: 4.0.0


ags_ladspa_browser_add_port_editor ()

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 .

Parameters

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


ags_ladspa_browser_remove_port_editor ()

void
ags_ladspa_browser_remove_port_editor (AgsLadspaBrowser *ladspa_browser,
                                       AgsPortEditor *port_editor);

Remove port_editor from ladspa_browser .

Parameters

ladspa_browser

the AgsLadspaBrowser

 

port_editor

the AgsPortEditor

 

Since: 4.0.0


ags_ladspa_browser_clear ()

void
ags_ladspa_browser_clear (AgsLadspaBrowser *ladspa_browser);

Clear ladspa_browser .

Parameters

ladspa_browser

the AgsLadspaBrowser

 

Since: 4.0.0


ags_ladspa_browser_preview_new ()

GtkWidget *
ags_ladspa_browser_preview_new ();

ags_ladspa_browser_new ()

AgsLadspaBrowser *
ags_ladspa_browser_new ();

Create a new instance of AgsLadspaBrowser

Returns

the new AgsLadspaBrowser

Since: 3.0.0

Types and Values

AGS_LADSPA_BROWSER_FILENAME_HEIGHT_REQUEST

#define AGS_LADSPA_BROWSER_FILENAME_HEIGHT_REQUEST (256)

AGS_LADSPA_BROWSER_FILENAME_WIDTH_REQUEST

#define AGS_LADSPA_BROWSER_FILENAME_WIDTH_REQUEST (500)

AGS_LADSPA_BROWSER_EFFECT_HEIGHT_REQUEST

#define AGS_LADSPA_BROWSER_EFFECT_HEIGHT_REQUEST (256)

AGS_LADSPA_BROWSER_EFFECT_WIDTH_REQUEST

#define AGS_LADSPA_BROWSER_EFFECT_WIDTH_REQUEST (500)