AgsPad

AgsPad — 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
                            ╰── AgsPad
                                ├── AgsDrumInputPad
                                ├── AgsDrumOutputPad
                                ├── AgsMixerInputPad
                                ├── AgsPanelInputPad
                                ╰── AgsSynthInputPad

Implemented Interfaces

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

Includes

#include <ags/X/ags_pad.h>

Description

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

Functions

ags_pad_set_channel ()

void
ags_pad_set_channel (AgsPad *pad,
                     AgsChannel *channel);

Is emitted as channel gets modified.

Parameters

pad

an AgsPad

 

channel

the AgsChannel to set

 

Since: 0.3


ags_pad_resize_lines ()

void
ags_pad_resize_lines (AgsPad *pad,
                      GType line_type,
                      guint audio_channels,
                      guint audio_channels_old);

Resize the count of AgsLine packe by AgsPad.

Parameters

pad

the AgsPad to resize

 

line_type

channel type, either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

audio_channels

count of lines

 

audio_channels_old

old count of lines

 

Since: 0.3


ags_pad_map_recall ()

void
ags_pad_map_recall (AgsPad *pad,
                    guint output_pad_start);

Start of output pad

Parameters

pad

the AgsPad to resize

 

output_pad_start

start of output pad

 

Since: 0.4


ags_pad_find_port ()

GList *
ags_pad_find_port (AgsPad *pad);

Lookup ports of assigned recalls.

Parameters

pad

an AgsPad

 

Returns

an GList containing all related AgsPort

Since: 0.4


ags_pad_play ()

void
ags_pad_play (AgsPad *pad);


ags_pad_new ()

AgsPad *
ags_pad_new (AgsChannel *channel);

Creates an AgsPad

Parameters

channel

the bunch of channel to visualize

 

Returns

a new AgsPad

Since: 0.3

Types and Values

AGS_PAD_DEFAULT_VERSION

#define AGS_PAD_DEFAULT_VERSION "0.4.2\0"


AGS_PAD_DEFAULT_BUILD_ID

#define AGS_PAD_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"


enum AgsPadFlags

Members

AGS_PAD_CONNECTED

   

AGS_PAD_SHOW_GROUPING

   

AGS_PAD_GROUP_ALL

   

AGS_PAD_GROUP_LINE

   

AGS_PAD_MAPPED_RECALL

   

AGS_PAD_PREMAPPED_RECALL

   

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 (AgsPad  *pad,
               gpointer user_data)

Flags: Run Last


The “map-recall” signal

void
user_function (AgsPad  *pad,
               guint    output_pad_start,
               gpointer user_data)

Flags: Run Last


The “resize-lines” signal

void
user_function (AgsPad  *pad,
               gulong   line_type,
               guint    audio_channels,
               guint    audio_channels_old,
               gpointer user_data)

Flags: Run Last


The “set-channel” signal

void
user_function (AgsPad  *pad,
               GObject *channel,
               gpointer user_data)

Flags: Run Last