AgsEffectPad

AgsEffectPad — A composite widget to visualize a bunch of AgsChannel

Functions

Properties

AgsChannel * channel Read / Write

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsEffectPad
                                ╰── AgsFFPlayerInputPad

Implemented Interfaces

AgsEffectPad implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/ags_effect_pad.h>

Description

AgsEffectPad is a composite widget to visualize a bunch of AgsChannel. It should be packed by an AgsEffectBridge.

Functions

ags_effect_pad_set_channel ()

void
ags_effect_pad_set_channel (AgsEffectPad *effect_pad,
                            AgsChannel *channel);


ags_effect_pad_resize_lines ()

void
ags_effect_pad_resize_lines (AgsEffectPad *effect_pad,
                             GType line_type,
                             guint audio_channels,
                             guint audio_channels_old);


ags_effect_pad_map_recall ()

void
ags_effect_pad_map_recall (AgsEffectPad *effect_pad);

You may want the effect_pad to add its default recall.

Parameters

effect_pad

the AgsEffectPad to add its default recall.

 

ags_effect_pad_find_port ()

GList *
ags_effect_pad_find_port (AgsEffectPad *effect_pad);

Parameters

effect_pad

the AgsEffectPad

 

Returns

an GList containing all related AgsPort

Lookup ports of associated recalls.

Since: 0.7.8


ags_effect_pad_new ()

AgsEffectPad *
ags_effect_pad_new (AgsChannel *channel);

Creates an AgsEffectPad

Parameters

channel

the AgsChannel to visualize

 

Returns

a new AgsEffectPad

Since: 0.4

Types and Values

AGS_EFFECT_PAD_DEFAULT_VERSION

#define AGS_EFFECT_PAD_DEFAULT_VERSION "0.7.8\0"


AGS_EFFECT_PAD_DEFAULT_BUILD_ID

#define AGS_EFFECT_PAD_DEFAULT_BUILD_ID "CEST 01-03-2016 00:23\0"


AGS_EFFECT_PAD_COLUMNS_COUNT

#define AGS_EFFECT_PAD_COLUMNS_COUNT (2)


enum AgsEffectPadFlags

Members

AGS_EFFECT_PAD_MAPPED_RECALL

   

AGS_EFFECT_PAD_PREMAPPED_RECALL

   

AGS_EFFECT_PAD_CONNECTED

   

AGS_EFFECT_PAD_SHOW_GROUPING

   

AGS_EFFECT_PAD_GROUP_ALL

   

AGS_EFFECT_PAD_GROUP_LINE

   

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel it is assigned with.

Flags: Read / Write

Since: 0.4

Signal Details

The “find-port” signal

gpointer
user_function (AgsEffectPad *effect_pad,
               gpointer      user_data)

Flags: Run Last


The “map-recall” signal

void
user_function (AgsEffectPad *effect_pad,
               gpointer      user_data)

Flags: Run Last


The “resize-lines” signal

void
user_function (AgsEffectPad *agseffectpad,
               gulong        arg1,
               guint         arg2,
               guint         arg3,
               gpointer      user_data)

Flags: Run Last