Top |
gboolean | ags_pad_test_flags () |
void | ags_pad_set_flags () |
void | ags_pad_unset_flags () |
void | ags_pad_samplerate_changed () |
void | ags_pad_buffer_size_changed () |
void | ags_pad_format_changed () |
void | ags_pad_set_channel () |
GList * | ags_pad_get_line () |
void | ags_pad_add_line () |
void | ags_pad_remove_line () |
void | ags_pad_resize_lines () |
void | ags_pad_map_recall () |
GList * | ags_pad_find_port () |
void | ags_pad_refresh_port () |
void | ags_pad_play () |
AgsPad * | ags_pad_new () |
AgsPad is a composite widget to visualize a bunch of AgsChannel. It should be packed by an AgsMachine.
gboolean ags_pad_test_flags (AgsPad *pad
,guint flags
);
Test flags
of pad
.
Since: 4.5.0
void ags_pad_set_flags (AgsPad *pad
,guint flags
);
Set flags
of pad
.
Since: 4.5.0
void ags_pad_unset_flags (AgsPad *pad
,guint flags
);
Unset flags
of pad
.
Since: 4.5.0
void ags_pad_samplerate_changed (AgsPad *pad
,guint samplerate
,guint old_samplerate
);
Notify about samplerate changed.
Since: 3.0.0
void ags_pad_buffer_size_changed (AgsPad *pad
,guint buffer_size
,guint old_buffer_size
);
Notify about buffer_size changed.
Since: 3.0.0
void ags_pad_format_changed (AgsPad *pad
,guint format
,guint old_format
);
Notify about format changed.
Since: 3.0.0
void ags_pad_set_channel (AgsPad *pad
,AgsChannel *channel
);
Is emitted as channel gets modified.
Since: 3.0.0
void ags_pad_add_line (AgsPad *pad
,AgsLine *line
,guint x
,guint y
,guint width
,guint height
);
Add line
to pad
.
pad |
the AgsPad |
|
line |
the AgsLine |
|
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since: 4.0.0
void ags_pad_remove_line (AgsPad *pad
,AgsLine *line
);
Remove line
from pad
.
Since: 4.0.0
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.
pad |
the AgsPad to resize |
|
line_type |
channel type, either |
|
audio_channels |
count of lines |
|
audio_channels_old |
old count of lines |
Since: 3.0.0
void ags_pad_map_recall (AgsPad *pad
,guint output_pad_start
);
Start of output pad
Since: 3.0.0
GList *
ags_pad_find_port (AgsPad *pad
);
Lookup ports of assigned recalls.
Since: 3.0.0
void
ags_pad_refresh_port (AgsPad *pad
);
Notify about to refresh ports.
Since: 4.2.2