AgsVst3Browser

AgsVst3Browser — A composite to select vst3 effect.

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsVst3Browser

Includes

#include <ags/app/ags_vst3_browser.h>

Description

AgsVst3Browser is a composite widget to select vst3 plugin and the desired effect.

Functions

ags_vst3_browser_get_plugin_filename ()

gchar *
ags_vst3_browser_get_plugin_filename (AgsVst3Browser *vst3_browser);

Retrieve selected vst3 plugin filename.

Parameters

vst3_browser

the AgsVst3Browser

 

Returns

the active vst3 filename

Since: 3.10.12


ags_vst3_browser_get_plugin_effect ()

gchar *
ags_vst3_browser_get_plugin_effect (AgsVst3Browser *vst3_browser);

Retrieve selected vst3 effect.

Parameters

vst3_browser

the AgsVst3Browser

 

Returns

the active vst3 effect

Since: 3.10.12


ags_vst3_browser_get_port_editor ()

GList *
ags_vst3_browser_get_port_editor (AgsVst3Browser *vst3_browser);

Get bulk member of vst3_browser .

Parameters

vst3_browser

the AgsVst3Browser

 

Returns

the GList containing AgsPortEditor

Since: 4.0.0


ags_vst3_browser_add_port_editor ()

void
ags_vst3_browser_add_port_editor (AgsVst3Browser *vst3_browser,
                                  AgsPortEditor *port_editor,
                                  guint x,
                                  guint y,
                                  guint width,
                                  guint height);

Add port_editor to vst3_browser .

Parameters

vst3_browser

the AgsVst3Browser

 

port_editor

the AgsPortEditor

 

x

the x position

 

y

the y position

 

width

the width

 

height

the height

 

Since: 4.0.0


ags_vst3_browser_remove_port_editor ()

void
ags_vst3_browser_remove_port_editor (AgsVst3Browser *vst3_browser,
                                     AgsPortEditor *port_editor);

Remove port_editor from vst3_browser .

Parameters

vst3_browser

the AgsVst3Browser

 

port_editor

the AgsPortEditor

 

Since: 4.0.0


ags_vst3_browser_clear ()

void
ags_vst3_browser_clear (AgsVst3Browser *vst3_browser);

Clear vst3_browser .

Parameters

vst3_browser

the AgsVst3Browser

 

Since: 4.0.0


ags_vst3_browser_preview_new ()

GtkWidget *
ags_vst3_browser_preview_new ();

ags_vst3_browser_new ()

AgsVst3Browser *
ags_vst3_browser_new ();

Create a new instance of AgsVst3Browser

Returns

the new AgsVst3Browser

Since: 3.10.12

Types and Values

AGS_VST3_BROWSER_FILENAME_HEIGHT_REQUEST

#define AGS_VST3_BROWSER_FILENAME_HEIGHT_REQUEST (256)

AGS_VST3_BROWSER_FILENAME_WIDTH_REQUEST

#define AGS_VST3_BROWSER_FILENAME_WIDTH_REQUEST (500)

AGS_VST3_BROWSER_EFFECT_HEIGHT_REQUEST

#define AGS_VST3_BROWSER_EFFECT_HEIGHT_REQUEST (256)

AGS_VST3_BROWSER_EFFECT_WIDTH_REQUEST

#define AGS_VST3_BROWSER_EFFECT_WIDTH_REQUEST (500)