AgsLadspaBrowser

AgsLadspaBrowser — A composite to select ladspa effect.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsLadspaBrowser

Implemented Interfaces

AgsLadspaBrowser implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/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: 0.4.2


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: 0.4.2


ags_ladspa_browser_combo_box_boolean_controls_new ()

GtkWidget *
ags_ladspa_browser_combo_box_boolean_controls_new
                               ();

Creates a GtkComboBox containing suitable widgets as controls.

Returns

a new GtkComboBox

Since: 0.7.4


ags_ladspa_browser_combo_box_controls_new ()

GtkWidget *
ags_ladspa_browser_combo_box_controls_new
                               ();

Creates a GtkComboBox containing suitable widgets as controls.

Returns

a new GtkComboBox

Since: 0.4.2


ags_ladspa_browser_preview_new ()

GtkWidget *
ags_ladspa_browser_preview_new ();


ags_ladspa_browser_new ()

AgsLadspaBrowser *
ags_ladspa_browser_new ();

Creates an AgsLadspaBrowser

Returns

a new AgsLadspaBrowser

Since: 0.4.2

Types and Values