Top | ![]() |
![]() |
![]() |
![]() |
Functions
#define | AGS_EFFECT_LINE_PLUGIN() |
AgsEffectLinePlugin * | ags_effect_line_plugin_alloc () |
|
ags_effect_line_plugin_free () |
|
ags_effect_line_samplerate_changed () |
|
ags_effect_line_buffer_size_changed () |
|
ags_effect_line_format_changed () |
|
ags_effect_line_set_channel () |
|
ags_effect_line_get_line_member () |
|
ags_effect_line_add_line_member () |
|
ags_effect_line_remove_line_member () |
|
ags_effect_line_add_plugin () |
|
ags_effect_line_remove_plugin () |
|
ags_effect_line_map_recall () |
|
ags_effect_line_find_port () |
|
ags_effect_line_done () |
|
ags_effect_line_find_next_grouped () |
|
ags_effect_line_check_message () |
|
ags_effect_line_indicator_queue_draw_timeout () |
AgsEffectLine * | ags_effect_line_new () |
#define | AGS_EFFECT_LINE() |
#define | AGS_EFFECT_LINE_CLASS() |
#define | AGS_EFFECT_LINE_GET_CLASS() |
#define | AGS_IS_EFFECT_LINE() |
#define | AGS_IS_EFFECT_LINE_CLASS() |
|
ags_effect_line_get_type () |
Properties
buffer-size | Read / Write | |
|
channel | Read / Write |
format | Read / Write | |
samplerate | Read / Write |
Signals
add-plugin | ||
buffer-size-changed | ||
done | ||
find-port | ||
format-changed | ||
map-recall | ||
refresh-port | ||
remove-plugin | ||
samplerate-changed | ||
set-channel |
Types and Values
#define | AGS_EFFECT_LINE_DEFAULT_VERSION |
#define | AGS_EFFECT_LINE_DEFAULT_BUILD_ID |
#define | AGS_EFFECT_LINE_COLUMNS_COUNT |
#define | AGS_EFFECT_LINE_SEPARATOR_FILENAME |
#define | AGS_EFFECT_LINE_SEPARATOR_EFFECT |
enum | AgsEffectLineFlags |
struct | AgsEffectLinePlugin |
#define | AGS_TYPE_EFFECT_LINE |
struct | AgsEffectLine |
struct | AgsEffectLineClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkBox ╰── AgsEffectLine ╰── AgsFFPlayerInputLine
Implemented Interfaces
AgsEffectLine implements
Description
AgsEffectLine is a composite widget to visualize one
Functions
ags_effect_line_plugin_alloc ()
AgsEffectLinePlugin * ags_effect_line_plugin_alloc (,
AgsRecallContainer *play_container,
AgsRecallContainer *recall_container,
gchar *plugin_name,
gchar *filename);
gchar *effect
Allocate
Parameters
play_container |
the |
|
recall_container |
the |
|
plugin_name |
the plugin name |
|
filename |
the filename as string |
|
effect |
the effect as string |
Since:
ags_effect_line_plugin_free ()
void ags_effect_line_plugin_free (AgsEffectLinePlugin *effect_line_plugin
);
Free effect_line_plugin
.
Since:
ags_effect_line_samplerate_changed ()
void ags_effect_line_samplerate_changed (AgsEffectLine *effect_line
,,
guint samplerate);
guint old_samplerate
Notify about samplerate changed.
Parameters
effect_line |
the AgsEffectLine |
|
samplerate |
the samplerate |
|
old_samplerate |
the old samplerate |
Since:
ags_effect_line_buffer_size_changed ()
void ags_effect_line_buffer_size_changed (AgsEffectLine *effect_line
,,
guint buffer_size);
guint old_buffer_size
Notify about buffer_size changed.
Parameters
effect_line |
the AgsEffectLine |
|
buffer_size |
the buffer_size |
|
old_buffer_size |
the old buffer_size |
Since:
ags_effect_line_format_changed ()
void ags_effect_line_format_changed (AgsEffectLine *effect_line
,,
guint format);
guint old_format
Notify about format changed.
Since:
ags_effect_line_set_channel ()
void ags_effect_line_set_channel (AgsEffectLine *effect_line
,);
AgsChannel *channel
Is emitted as channel gets modified.
Since:
ags_effect_line_get_line_member ()
GList * ags_effect_line_get_line_member (AgsEffectLine *effect_line
);
Get line member of effect_line
.
Since:
ags_effect_line_add_line_member ()
void ags_effect_line_add_line_member (AgsEffectLine *effect_line
,AgsLineMember *line_member
,,
guint x,
guint y,
guint width);
guint height
Add line_member
to effect_line
.
Parameters
effect_line |
the AgsEffectLine |
|
line_member |
the AgsLineMember |
|
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since:
ags_effect_line_remove_line_member ()
void ags_effect_line_remove_line_member (AgsEffectLine *effect_line
,AgsLineMember *line_member
);
Remove line_member
from effect_line
.
Since:
ags_effect_line_add_plugin ()
void ags_effect_line_add_plugin (AgsEffectLine *effect_line
,,
GList *control_type_name,
AgsRecallContainer *play_container,
AgsRecallContainer *recall_container,
gchar *plugin_name,
gchar *filename,
gchar *effect,
guint start_audio_channel,
guint stop_audio_channel,
guint start_pad,
guint stop_pad,
gint position,
guint create_flags);
guint recall_flags
Add an effect by its filename and effect specifier.
Parameters
effect_line |
the AgsEffectLine to modify |
|
control_type_name |
the |
|
play_container |
an |
|
recall_container |
an |
|
plugin_name |
the plugin identifier |
|
filename |
the effect's filename |
|
effect |
the effect's name |
|
start_audio_channel |
the first audio channel to apply |
|
stop_audio_channel |
the last audio channel to apply |
|
start_pad |
the first pad to apply |
|
stop_pad |
the last pad to apply |
|
position |
the position to insert the recall |
|
create_flags |
modify the behaviour of this function |
|
recall_flags |
flags to be set for |
Since:
ags_effect_line_remove_plugin ()
void ags_effect_line_remove_plugin (AgsEffectLine *effect_line
,);
guint nth
Remove an effect by its position.
Since:
ags_effect_line_map_recall ()
void ags_effect_line_map_recall (AgsEffectLine *effect_line
,);
guint output_pad_start
You may want the effect_line
to add its default recall. This function
may call ags_effect_line_find_port()
.
Parameters
effect_line |
the AgsEffectLine to add its default recall. |
|
output_pad_start |
the start channel's index |
Since:
ags_effect_line_find_port ()
GList * ags_effect_line_find_port (AgsEffectLine *effect_line
);
Lookup ports of associated recalls.
Since:
ags_effect_line_done ()
void ags_effect_line_done (AgsEffectLine *effect_line
,);
GObject *recall_id
Notify about to stop playback of recall_id
.
Since:
ags_effect_line_find_next_grouped ()
GList * ags_effect_line_find_next_grouped ();
GList *effect_line
Retrieve next grouped effect_line.
Since:
ags_effect_line_check_message ()
void ags_effect_line_check_message (AgsEffectLine *effect_line
);
Check message queue for message envelopes.
Since:
ags_effect_line_indicator_queue_draw_timeout ()
gboolean ags_effect_line_indicator_queue_draw_timeout ();
GtkWidget *widget
Queue draw widget
Since:
ags_effect_line_new ()
AgsEffectLine *
ags_effect_line_new (AgsChannel *channel
);
Create a new instance of AgsEffectLine
Since:
AGS_EFFECT_LINE()
#define AGS_EFFECT_LINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_LINE, AgsEffectLine))
AGS_EFFECT_LINE_CLASS()
#define AGS_EFFECT_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_LINE, AgsEffectLineClass))
AGS_EFFECT_LINE_GET_CLASS()
#define AGS_EFFECT_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_LINE, AgsEffectLineClass))
AGS_IS_EFFECT_LINE()
#define AGS_IS_EFFECT_LINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_LINE))
AGS_IS_EFFECT_LINE_CLASS()
#define AGS_IS_EFFECT_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_LINE))
Types and Values
AGS_EFFECT_LINE_DEFAULT_BUILD_ID
#define AGS_EFFECT_LINE_DEFAULT_BUILD_ID "Tue Mar 28 06:49:41 UTC 2023"
AGS_EFFECT_LINE_SEPARATOR_FILENAME
#define AGS_EFFECT_LINE_SEPARATOR_FILENAME "ags-effect-line-separator-filename"
AGS_EFFECT_LINE_SEPARATOR_EFFECT
#define AGS_EFFECT_LINE_SEPARATOR_EFFECT "ags-effect-line-separator-effect"
struct AgsEffectLinePlugin
struct AgsEffectLinePlugin { AgsRecallContainer *play_container; AgsRecallContainer *recall_container; gchar *plugin_name; gchar *filename; gchar *effect; GList *control_type_name; guint control_count; };
struct AgsEffectLineClass
struct AgsEffectLineClass { GtkBoxClass box; void (*samplerate_changed)(AgsEffectLine *effect_line, guint samplerate, guint old_samplerate); void (*buffer_size_changed)(AgsEffectLine *effect_line, guint buffer_size, guint old_buffer_size); void (*format_changed)(AgsEffectLine *effect_line, guint format, guint old_format); void (*set_channel)(AgsEffectLine *effect_line, AgsChannel *channel); void (*add_plugin)(AgsEffectLine *effect_line, GList *control_type_name, AgsRecallContainer *play_container, AgsRecallContainer *recall_container, gchar *plugin_name, gchar *filename, gchar *effect, guint start_audio_channel, guint stop_audio_channel, guint start_pad, guint stop_pad, gint position, guint create_flags, guint recall_flags); void (*remove_plugin)(AgsEffectLine *effect_line, guint nth); void (*map_recall)(AgsEffectLine *effect_line, guint output_pad_start); GList* (*find_port)(AgsEffectLine *effect_line); void (*done)(AgsEffectLine *effect_line, GObject *recall_id); void (*refresh_port)(AgsEffectLine *effect_line); };
Property Details
The “buffer-size”
property
“buffer-size”guint
The buffer length.
Owner: AgsEffectLine
Flags: Read / Write
Default value: 1024
Since:
The “channel”
property
“channel”AgsChannel *
The start of a bunch of
Owner: AgsEffectLine
Flags: Read / Write
Since:
The “format”
property
“format”guint
The format.
Owner: AgsEffectLine
Flags: Read / Write
Default value: 16
Since:
Signal Details
The “add-plugin”
signal
void user_function (AgsEffectLine *effect_line,gpointer effect,GObject *arg2,GObject *arg3,char *arg4,char *arg5,char *arg6,guint arg7,guint arg8,guint arg9,guint arg10,int arg11,guint arg12,guint arg13,gpointer user_data)
The ::add-plugin signal notifies about added effect.
Parameters
effect_line |
the AgsEffectLine to modify |
|
effect |
the effect's name |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “buffer-size-changed”
signal
void user_function (AgsEffectLine *effect_line,guint buffer_size,guint old_buffer_size,gpointer user_data)
The ::buffer-size-changed signal notifies about changed buffer size.
Parameters
effect_line |
the AgsEffectLine |
|
buffer_size |
the buffer size |
|
old_buffer_size |
the old buffer size |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “done”
signal
void user_function (AgsEffectLine *effect_line,GObject *recall_id,gpointer user_data)
The ::done signal gets emited as audio stops playback.
Parameters
effect_line |
the AgsEffectLine |
|
recall_id |
the |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “find-port”
signal
gpointer user_function (AgsEffectLine *effect_line,gpointer user_data)
The ::find-port as recall should be mapped
Parameters
effect_line |
the AgsEffectLine to resize |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “format-changed”
signal
void user_function (AgsEffectLine *effect_line,guint format,guint old_format,gpointer user_data)
The ::format-changed signal notifies about changed format.
Parameters
effect_line |
the AgsEffectLine |
|
format |
the format |
|
old_format |
the old format |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “map-recall”
signal
void user_function (AgsEffectLine *effect_line,guint output_pad_start,gpointer user_data)
The ::map-recall should be used to add the effect_line's default recall. This function
may call ags_effect_line_find_port()
.
Parameters
effect_line |
the AgsEffectLine |
|
output_pad_start |
the channel's start pad |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “refresh-port”
signal
void user_function (AgsEffectLine *effect_line,gpointer user_data)
The ::refresh-port signal.
Parameters
effect_line |
the AgsEffectLine |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “remove-plugin”
signal
void user_function (AgsEffectLine *effect_line,guint nth,gpointer user_data)
The ::remove-plugin signal notifies about removed effect.
Parameters
effect_line |
the AgsEffectLine to modify |
|
nth |
the nth effect |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “samplerate-changed”
signal
void user_function (AgsEffectLine *effect_line,guint samplerate,guint old_samplerate,gpointer user_data)
The ::samplerate-changed signal notifies about changed samplerate.
Parameters
effect_line |
the AgsEffectLine |
|
samplerate |
the samplerate |
|
old_samplerate |
the old samplerate |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since:
The “set-channel”
signal
void user_function (AgsEffectLine *effect_line,GObject *channel,gpointer user_data)
The ::set-channel signal notifies about changed channel.
Parameters
effect_line |
the AgsEffectLine to modify |
|
channel |
the |
|
user_data |
user data set when the signal handler was connected. |
Flags:
Since: