AgsPad

AgsPad — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

guint buffer-size Read / Write
AgsChannel * channel Read / Write
guint format Read / Write
guint samplerate Read / Write

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsPad
                    ├── AgsDrumInputPad
                    ├── AgsDrumOutputPad
                    ├── AgsFMSynthInputPad
                    ├── AgsMixerInputPad
                    ├── AgsPanelInputPad
                    ╰── AgsSynthInputPad

Includes

#include <ags/app/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_test_flags ()

gboolean
ags_pad_test_flags (AgsPad *pad,
                    guint flags);

Test flags of pad .

Parameters

pad

the AgsPad

 

flags

the flags

 

Returns

TRUE if flags is set, otherwise FALSE

Since: 4.5.0


ags_pad_set_flags ()

void
ags_pad_set_flags (AgsPad *pad,
                   guint flags);

Set flags of pad .

Parameters

pad

the AgsPad

 

flags

the flags

 

Since: 4.5.0


ags_pad_unset_flags ()

void
ags_pad_unset_flags (AgsPad *pad,
                     guint flags);

Unset flags of pad .

Parameters

pad

the AgsPad

 

flags

the flags

 

Since: 4.5.0


ags_pad_samplerate_changed ()

void
ags_pad_samplerate_changed (AgsPad *pad,
                            guint samplerate,
                            guint old_samplerate);

Notify about samplerate changed.

Parameters

pad

the AgsPad

 

samplerate

the samplerate

 

old_samplerate

the old samplerate

 

Since: 3.0.0


ags_pad_buffer_size_changed ()

void
ags_pad_buffer_size_changed (AgsPad *pad,
                             guint buffer_size,
                             guint old_buffer_size);

Notify about buffer_size changed.

Parameters

pad

the AgsPad

 

buffer_size

the buffer_size

 

old_buffer_size

the old buffer_size

 

Since: 3.0.0


ags_pad_format_changed ()

void
ags_pad_format_changed (AgsPad *pad,
                        guint format,
                        guint old_format);

Notify about format changed.

Parameters

pad

the AgsPad

 

format

the format

 

old_format

the old format

 

Since: 3.0.0


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: 3.0.0


ags_pad_get_line ()

GList *
ags_pad_get_line (AgsPad *pad);

Get line of pad .

Parameters

pad

the AgsPad

 

Returns

the GList containing AgsLine

Since: 4.0.0


ags_pad_add_line ()

void
ags_pad_add_line (AgsPad *pad,
                  AgsLine *line,
                  guint x,
                  guint y,
                  guint width,
                  guint height);

Add line to pad .

Parameters

pad

the AgsPad

 

line

the AgsLine

 

x

the x position

 

y

the y position

 

width

the width

 

height

the height

 

Since: 4.0.0


ags_pad_remove_line ()

void
ags_pad_remove_line (AgsPad *pad,
                     AgsLine *line);

Remove line from pad .

Parameters

pad

the AgsPad

 

line

the AgsLine

 

Since: 4.0.0


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: 3.0.0


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: 3.0.0


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: 3.0.0


ags_pad_refresh_port ()

void
ags_pad_refresh_port (AgsPad *pad);

Notify about to refresh ports.

Parameters

pad

the AgsPad

 

Since: 4.2.2


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: 3.0.0

Types and Values

AGS_PAD_DEFAULT_VERSION

#define AGS_PAD_DEFAULT_VERSION "4.5.0"

AGS_PAD_DEFAULT_BUILD_ID

#define AGS_PAD_DEFAULT_BUILD_ID "Tue Mar 28 06:49:41 UTC 2023"

enum AgsPadFlags

Members

AGS_PAD_SHOW_GROUP

   

AGS_PAD_SHOW_MUTE

   

AGS_PAD_SHOW_SOLO

   

AGS_PAD_SHOW_PLAY

   

AGS_PAD_GROUP_ALL

   

AGS_PAD_GROUP_LINE

   

AGS_PAD_MAPPED_RECALL

   

AGS_PAD_PREMAPPED_RECALL

   

AGS_PAD_BLOCK_PLAY

   

AGS_PAD_BLOCK_STOP

   

Property Details

The “buffer-size” property

  “buffer-size”              guint

The buffer length.

Owner: AgsPad

Flags: Read / Write

Default value: 1024

Since: 3.0.0


The “channel” property

  “channel”                  AgsChannel *

The start of a bunch of AgsChannel to visualize.

Owner: AgsPad

Flags: Read / Write

Since: 3.0.0


The “format” property

  “format”                   guint

The format.

Owner: AgsPad

Flags: Read / Write

Default value: 16

Since: 3.0.0


The “samplerate” property

  “samplerate”               guint

The samplerate.

Owner: AgsPad

Flags: Read / Write

Default value: 48000

Since: 3.0.0

Signal Details

The “buffer-size-changed” signal

void
user_function (AgsPad  *pad,
               guint    buffer_size,
               guint    old_buffer_size,
               gpointer user_data)

The ::buffer-size-changed signal notifies about changed buffer size.

Parameters

pad

the AgsPad

 

buffer_size

the buffer size

 

old_buffer_size

the old buffer size

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0


The “find-port” signal

gpointer
user_function (AgsPad  *pad,
               gpointer user_data)

The ::find-port retrieves all associated ports

Parameters

pad

the AgsPad to resize

 

user_data

user data set when the signal handler was connected.

 

Returns

a GList with associated ports

Flags: Run Last

Since: 3.0.0


The “format-changed” signal

void
user_function (AgsPad  *pad,
               guint    format,
               guint    old_format,
               gpointer user_data)

The ::format-changed signal notifies about changed format.

Parameters

pad

the AgsPad

 

format

the format

 

old_format

the old format

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0


The “map-recall” signal

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

The ::map-recall as recall should be mapped

Parameters

pad

the AgsPad to resize

 

output_pad_start

start of output pad

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0


The “refresh-port” signal

void
user_function (AgsPad  *pad,
               gpointer user_data)

The ::refresh-port signal.

Parameters

pad

the AgsPad

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 4.2.2


The “resize-lines” signal

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

The ::resize-lines is emitted as count of lines pack is modified.

Parameters

pad

the AgsPad to resize

 

line_type

the channel type

 

audio_channels

count of lines

 

audio_channels_old

old count of lines

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0


The “samplerate-changed” signal

void
user_function (AgsPad  *pad,
               guint    samplerate,
               guint    old_samplerate,
               gpointer user_data)

The ::samplerate-changed signal notifies about changed samplerate.

Parameters

pad

the AgsPad

 

samplerate

the samplerate

 

old_samplerate

the old samplerate

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0


The “set-channel” signal

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

The ::set-channel signal notifies about changed channel.

Parameters

pad

the AgsPad to modify

 

channel

the AgsChannel to set

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.0.0