AgsLiveVst3Bridge

AgsLiveVst3Bridge — 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
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsMachine
                        ╰── AgsLiveVst3Bridge

Includes

#include <ags/X/machine/ags_live_vst3_bridge.h>

Description

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

Functions

ags_live_vst3_bridge_input_map_recall ()

void
ags_live_vst3_bridge_input_map_recall (AgsLiveVst3Bridge *live_vst3_bridge,
                                       guint audio_channel_start,
                                       guint input_pad_start);

ags_live_vst3_bridge_output_map_recall ()

void
ags_live_vst3_bridge_output_map_recall
                               (AgsLiveVst3Bridge *live_vst3_bridge,
                                guint audio_channel_start,
                                guint output_pad_start);

ags_live_vst3_bridge_new ()

AgsLiveVst3Bridge *
ags_live_vst3_bridge_new (GObject *soundcard,
                          gchar *filename,
                          gchar *effect);

Create a new instance of AgsLiveVst3Bridge

Parameters

soundcard

the assigned soundcard.

 

filename

the plugin.so

 

effect

the effect

 

Returns

the new AgsLiveVst3Bridge

Since: 3.10.5

Types and Values

AGS_LIVE_VST3_BRIDGE_DEFAULT_VERSION

#define AGS_LIVE_VST3_BRIDGE_DEFAULT_VERSION "3.10.5"

AGS_LIVE_VST3_BRIDGE_DEFAULT_BUILD_ID

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

enum AgsLiveVst3BridgeFlags

Members

AGS_LIVE_VST3_BRIDGE_DISPLAY_INPUT

   

AGS_LIVE_VST3_BRIDGE_BULK_OUTPUT

   

AGS_LIVE_VST3_BRIDGE_DISPLAY_OUTPUT

   

AGS_LIVE_VST3_BRIDGE_BULK_INPUT

   

AGS_LIVE_VST3_BRIDGE_NO_UPDATE

   

Property Details

The “effect” property

  “effect”                   char *

The effect's string representation.

Owner: AgsLiveVst3Bridge

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 char *

The filename as string of object file.

Owner: AgsLiveVst3Bridge

Flags: Read / Write

Default value: NULL


The “index” property

  “index”                    guint

The numerical index of effect.

Owner: AgsLiveVst3Bridge

Flags: Read / Write

Allowed values: <= 65535

Default value: 0