AgsVst3Bridge

AgsVst3Bridge — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

char * effect Read / Write
char * filename Read / Write
guint index Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsMachine
                    ╰── AgsVst3Bridge

Includes

#include <ags/app/ags_vst3_bridge.h>

Description

AgsVst3Bridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.

Functions

ags_vst3_bridge_input_map_recall ()

void
ags_vst3_bridge_input_map_recall (AgsVst3Bridge *vst3_bridge,
                                  guint audio_channel_start,
                                  guint input_pad_start);

ags_vst3_bridge_output_map_recall ()

void
ags_vst3_bridge_output_map_recall (AgsVst3Bridge *vst3_bridge,
                                   guint audio_channel_start,
                                   guint output_pad_start);

ags_vst3_bridge_load ()

void
ags_vst3_bridge_load (AgsVst3Bridge *vst3_bridge);

ags_vst3_bridge_reload_port ()

void
ags_vst3_bridge_reload_port (AgsVst3Bridge *vst3_bridge);

ags_vst3_bridge_new ()

AgsVst3Bridge *
ags_vst3_bridge_new (GObject *soundcard,
                     gchar *filename,
                     gchar *effect);

Create a new instance of AgsVst3Bridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

the new AgsVst3Bridge

Since: 3.10.5

Types and Values

AGS_VST3_BRIDGE_DEFAULT_VERSION

#define AGS_VST3_BRIDGE_DEFAULT_VERSION "3.10.5"

AGS_VST3_BRIDGE_DEFAULT_BUILD_ID

#define AGS_VST3_BRIDGE_DEFAULT_BUILD_ID "Fri Aug 27 16:44:29 CEST 2021"

AGS_VST3_BRIDGE_BLOCK_CONTROL_VST3_UI

#define AGS_VST3_BRIDGE_BLOCK_CONTROL_VST3_UI "vst3-ui"

AGS_VST3_BRIDGE_BLOCK_CONTROL_BRIDGE

#define AGS_VST3_BRIDGE_BLOCK_CONTROL_BRIDGE "bridge"

enum AgsVst3BridgeFlags

Members

AGS_VST3_BRIDGE_DISPLAY_INPUT

   

AGS_VST3_BRIDGE_BULK_OUTPUT

   

AGS_VST3_BRIDGE_DISPLAY_OUTPUT

   

AGS_VST3_BRIDGE_BULK_INPUT

   

AGS_VST3_BRIDGE_NO_UPDATE

   

AGS_VST3_BRIDGE_UI_VISIBLE

   

Property Details

The “effect” property

  “effect”                   char *

The effect's string representation.

Owner: AgsVst3Bridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 char *

The filename as string of object file.

Owner: AgsVst3Bridge

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    guint

The numerical index of effect.

Owner: AgsVst3Bridge

Flags: Read / Write

Allowed values: <= 65535

Default value: 0