AgsEffectBridge

AgsEffectBridge — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsEffectBridge
                    ╰── AgsFFPlayerBridge

Includes

#include <ags/app/ags_effect_bridge.h>

Description

AgsEffectBridge is a composite widget containing AgsEffectBulk or AgsEffectPad. It should be packed by an AgsMachine.

Functions

ags_effect_bridge_samplerate_changed ()

void
ags_effect_bridge_samplerate_changed (AgsEffectBridge *effect_bridge,
                                      guint samplerate,
                                      guint old_samplerate);

Notify about samplerate changed.

Parameters

effect_bridge

the AgsEffectBridge

 

samplerate

the samplerate

 

old_samplerate

the old samplerate

 

Since: 3.0.0


ags_effect_bridge_buffer_size_changed ()

void
ags_effect_bridge_buffer_size_changed (AgsEffectBridge *effect_bridge,
                                       guint buffer_size,
                                       guint old_buffer_size);

Notify about buffer_size changed.

Parameters

effect_bridge

the AgsEffectBridge

 

buffer_size

the buffer_size

 

old_buffer_size

the old buffer_size

 

Since: 3.0.0


ags_effect_bridge_format_changed ()

void
ags_effect_bridge_format_changed (AgsEffectBridge *effect_bridge,
                                  guint format,
                                  guint old_format);

Notify about format changed.

Parameters

effect_bridge

the AgsEffectBridge

 

format

the format

 

old_format

the old format

 

Since: 3.0.0


ags_effect_bridge_get_output_effect_pad ()

GList *
ags_effect_bridge_get_output_effect_pad
                               (AgsEffectBridge *effect_bridge);

Get effect pad output.

Parameters

effect_bridge

the AgsEffectBridge

 

Returns

the GList containing AgsEffectPad

Since: 4.0.0


ags_effect_bridge_add_output_effect_pad ()

void
ags_effect_bridge_add_output_effect_pad
                               (AgsEffectBridge *effect_bridge,
                                AgsEffectPad *effect_pad);

Add effect_pad to output.

Parameters

effect_bridge

the AgsEffectBridge

 

effect_pad

the AgsEffectPad

 

Since: 4.0.0


ags_effect_bridge_remove_output_effect_pad ()

void
ags_effect_bridge_remove_output_effect_pad
                               (AgsEffectBridge *effect_bridge,
                                AgsEffectPad *effect_pad);

Remove effect_pad from output.

Parameters

effect_bridge

the AgsEffectBridge

 

effect_pad

the AgsEffectPad

 

Since: 4.0.0


ags_effect_bridge_get_input_effect_pad ()

GList *
ags_effect_bridge_get_input_effect_pad
                               (AgsEffectBridge *effect_bridge);

Get effect pad input.

Parameters

effect_bridge

the AgsEffectBridge

 

Returns

the GList containing AgsEffectPad

Since: 4.0.0


ags_effect_bridge_add_input_effect_pad ()

void
ags_effect_bridge_add_input_effect_pad
                               (AgsEffectBridge *effect_bridge,
                                AgsEffectPad *effect_pad);

Add effect_pad to input.

Parameters

effect_bridge

the AgsEffectBridge

 

effect_pad

the AgsEffectPad

 

Since: 4.0.0


ags_effect_bridge_remove_input_effect_pad ()

void
ags_effect_bridge_remove_input_effect_pad
                               (AgsEffectBridge *effect_bridge,
                                AgsEffectPad *effect_pad);

Remove effect_pad from input.

Parameters

effect_bridge

the AgsEffectBridge

 

effect_pad

the AgsEffectPad

 

Since: 4.0.0


ags_effect_bridge_resize_audio_channels ()

void
ags_effect_bridge_resize_audio_channels
                               (AgsEffectBridge *effect_bridge,
                                guint new_size,
                                guint old_size);

Resize audio channel allocation.

Parameters

effect_bridge

the AgsEffectBridge

 

new_size

new allocation

 

old_size

old allocation

 

Since: 3.0.0


ags_effect_bridge_resize_pads ()

void
ags_effect_bridge_resize_pads (AgsEffectBridge *effect_bridge,
                               GType channel_type,
                               guint new_size,
                               guint old_size);

Resize pad allocation.

Parameters

effect_bridge

the AgsEffectBridge

 

channel_type

the channel GType

 

new_size

new allocation

 

old_size

old allocation

 

Since: 3.0.0


ags_effect_bridge_map_recall ()

void
ags_effect_bridge_map_recall (AgsEffectBridge *effect_bridge);

You may want the effect_bridge to add its default recall.

Parameters

effect_bridge

the AgsEffectBridge to add its default recall.

 

Since: 3.0.0


ags_effect_bridge_find_port ()

GList *
ags_effect_bridge_find_port (AgsEffectBridge *effect_bridge);

Parameters

effect_bridge

the AgsEffectBridge

 

Returns

an GList containing all related AgsPort

Lookup ports of associated recalls.

Since: 3.0.0


ags_effect_bridge_refresh_port ()

void
ags_effect_bridge_refresh_port (AgsEffectBridge *effect_bridge);

Notify about to refresh ports.

Parameters

effect_bridge

the AgsEffectBridge

 

Since: 4.2.2


ags_effect_bridge_new ()

AgsEffectBridge *
ags_effect_bridge_new (AgsAudio *audio);

Creates an AgsEffectBridge

Parameters

audio

the AgsAudio to visualize

 

Returns

a new AgsEffectBridge

Since: 3.0.0

Types and Values

AGS_EFFECT_BRIDGE_DEFAULT_VERSION

#define AGS_EFFECT_BRIDGE_DEFAULT_VERSION "0.7.8"

AGS_EFFECT_BRIDGE_DEFAULT_BUILD_ID

#define AGS_EFFECT_BRIDGE_DEFAULT_BUILD_ID "CEST 01-03-2016 00:23"

AGS_EFFECT_BRIDGE_MAX_COLUMNS

#define AGS_EFFECT_BRIDGE_MAX_COLUMNS (2)

enum AgsEffectBridgeFlags

Members

AGS_EFFECT_BRIDGE_MAPPED_RECALL

   

AGS_EFFECT_BRIDGE_PREMAPPED_RECALL

   

AGS_EFFECT_BRIDGE_DISPLAY_INPUT

   

AGS_EFFECT_BRIDGE_BULK_OUTPUT

   

AGS_EFFECT_BRIDGE_DISPLAY_OUTPUT

   

AGS_EFFECT_BRIDGE_BULK_INPUT