| Top |
| gboolean | ags_effect_pad_test_flags () |
| void | ags_effect_pad_set_flags () |
| void | ags_effect_pad_unset_flags () |
| void | ags_effect_pad_samplerate_changed () |
| void | ags_effect_pad_buffer_size_changed () |
| void | ags_effect_pad_format_changed () |
| void | ags_effect_pad_set_channel () |
| void | ags_effect_pad_resize_lines () |
| GList * | ags_effect_pad_get_effect_line () |
| void | ags_effect_pad_add_effect_line () |
| void | ags_effect_pad_remove_effect_line () |
| void | ags_effect_pad_map_recall () |
| GList * | ags_effect_pad_find_port () |
| void | ags_effect_pad_refresh_port () |
| AgsEffectPad * | ags_effect_pad_new () |
| guint | buffer-size | Read / Write |
| AgsChannel * | channel | Read / Write |
| guint | format | Read / Write |
| guint | samplerate | Read / Write |
| void | buffer-size-changed | Run Last |
| gpointer | find-port | Run Last |
| void | format-changed | Run Last |
| void | map-recall | Run Last |
| void | refresh-port | Run Last |
| void | resize-lines | Run Last |
| void | samplerate-changed | Run Last |
| void | set-channel | Run Last |
| #define | AGS_EFFECT_PAD_DEFAULT_VERSION |
| #define | AGS_EFFECT_PAD_DEFAULT_BUILD_ID |
| #define | AGS_EFFECT_PAD_COLUMNS_COUNT |
| enum | AgsEffectPadFlags |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkBox
╰── AgsEffectPad
╰── AgsFFPlayerInputPad
AgsEffectPad is a composite widget to visualize a bunch of AgsChannel. It should be packed by an AgsEffectBridge.
gboolean ags_effect_pad_test_flags (AgsEffectPad *effect_pad,guint flags);
Test flags
of effect_pad
.
Since: 4.5.0
void ags_effect_pad_set_flags (AgsEffectPad *effect_pad,guint flags);
Set flags
of effect_pad
.
Since: 4.5.0
void ags_effect_pad_unset_flags (AgsEffectPad *effect_pad,guint flags);
Unset flags
of effect_pad
.
Since: 4.5.0
void ags_effect_pad_samplerate_changed (AgsEffectPad *effect_pad,guint samplerate,guint old_samplerate);
Notify about samplerate changed.
Since: 3.0.0
void ags_effect_pad_buffer_size_changed (AgsEffectPad *effect_pad,guint buffer_size,guint old_buffer_size);
Notify about buffer_size changed.
effect_pad |
the AgsEffectPad |
|
buffer_size |
the buffer_size |
|
old_buffer_size |
the old buffer_size |
Since: 3.0.0
void ags_effect_pad_format_changed (AgsEffectPad *effect_pad,guint format,guint old_format);
Notify about format changed.
Since: 3.0.0
void ags_effect_pad_set_channel (AgsEffectPad *effect_pad,AgsChannel *channel);
Is emitted as channel gets modified.
Since: 3.0.0
void ags_effect_pad_resize_lines (AgsEffectPad *effect_pad,GType line_type,guint audio_channels,guint audio_channels_old);
Resize the count of AgsEffectLine packe by AgsEffectPad.
effect_pad |
the AgsEffectPad to resize |
|
line_type |
channel type, either |
|
audio_channels |
count of lines |
|
audio_channels_old |
old count of lines |
Since: 3.0.0
GList *
ags_effect_pad_get_effect_line (AgsEffectPad *effect_pad);
Get effect line of effect_pad
.
Since: 4.0.0
void ags_effect_pad_add_effect_line (AgsEffectPad *effect_pad,AgsEffectLine *effect_line,guint x,guint y,guint width,guint height);
Add effect_line
to effect_pad
.
effect_pad |
the AgsEffectPad |
|
effect_line |
the AgsEffectLine |
|
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since: 4.0.0
void ags_effect_pad_remove_effect_line (AgsEffectPad *effect_pad,AgsEffectLine *effect_line);
Remove effect_line
to effect_pad
.
Since: 4.0.0
void
ags_effect_pad_map_recall (AgsEffectPad *effect_pad);
You may want the effect_pad
to add its default recall.
Since: 3.0.0
GList *
ags_effect_pad_find_port (AgsEffectPad *effect_pad);
Lookup ports of associated recalls.
Since: 3.0.0
void
ags_effect_pad_refresh_port (AgsEffectPad *effect_pad);
Notify about to refresh ports.
Since: 4.2.2
AgsEffectPad *
ags_effect_pad_new (AgsChannel *channel);
Create a new instance of AgsEffectPad
Since: 3.0.0
#define AGS_EFFECT_PAD_DEFAULT_BUILD_ID "Tue Mar 28 06:49:41 UTC 2023"
“buffer-size” property “buffer-size” guint
The buffer length.
Owner: AgsEffectPad
Flags: Read / Write
Default value: 1024
Since: 3.0.0
“channel” property “channel” AgsChannel *
The start of a bunch of AgsChannel to visualize.
Owner: AgsEffectPad
Flags: Read / Write
Since: 3.0.0
“format” property “format” guint
The format.
Owner: AgsEffectPad
Flags: Read / Write
Default value: 16
Since: 3.0.0
“buffer-size-changed” signalvoid user_function (AgsEffectPad *effect_pad, guint buffer_size, guint old_buffer_size, gpointer user_data)
The ::buffer-size-changed signal notifies about changed buffer size.
effect_pad |
the AgsEffectPad |
|
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
“find-port” signalgpointer user_function (AgsEffectPad *effect_pad, gpointer user_data)
The ::find-port as recall should be mapped
effect_pad |
the AgsEffectPad to resize |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0
“format-changed” signalvoid user_function (AgsEffectPad *effect_pad, guint format, guint old_format, gpointer user_data)
The ::format-changed signal notifies about changed format.
effect_pad |
the AgsEffectPad |
|
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
“map-recall” signalvoid user_function (AgsEffectPad *effect_pad, gpointer user_data)
The ::map-recall should be used to add the effect_pad's default recall.
effect_pad |
the AgsEffectPad |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0
“refresh-port” signalvoid user_function (AgsEffectPad *effect_pad, gpointer user_data)
The ::refresh-port signal.
effect_pad |
the AgsEffectPad |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 4.2.2
“resize-lines” signalvoid user_function (AgsEffectPad *agseffectpad, gpointer arg1, guint arg2, guint arg3, gpointer user_data)
Flags: Run Last
“samplerate-changed” signalvoid user_function (AgsEffectPad *effect_pad, guint samplerate, guint old_samplerate, gpointer user_data)
The ::samplerate-changed signal notifies about changed samplerate.
effect_pad |
the AgsEffectPad |
|
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
“set-channel” signalvoid user_function (AgsEffectPad *effect_pad, GObject *channel, gpointer user_data)
The ::set-channel signal notifies about changed channel.
effect_pad |
the AgsEffectPad 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