| Top |
AgsEffectBulkAgsEffectBulk — A composite widget to visualize a bunch of AgsChannel |
| #define | AGS_EFFECT_BULK_PLUGIN() |
| AgsEffectBulkPlugin * | ags_effect_bulk_plugin_alloc () |
| void | ags_effect_bulk_plugin_free () |
| void | ags_effect_bulk_add_plugin () |
| void | ags_effect_bulk_remove_plugin () |
| void | ags_effect_bulk_resize_audio_channels () |
| void | ags_effect_bulk_resize_pads () |
| void | ags_effect_bulk_map_recall () |
| GList * | ags_effect_bulk_find_port () |
| gboolean | ags_effect_bulk_indicator_queue_draw_timeout () |
| AgsEffectBulk * | ags_effect_bulk_new () |
| #define | AGS_EFFECT_BULK() |
| #define | AGS_EFFECT_BULK_CLASS() |
| #define | AGS_EFFECT_BULK_GET_CLASS() |
| #define | AGS_IS_EFFECT_BULK() |
| #define | AGS_IS_EFFECT_BULK_CLASS() |
| GType | ags_effect_bulk_get_type () |
| void | add-plugin | Run Last |
| gpointer | find-port | Run Last |
| void | map-recall | Run Last |
| void | remove-plugin | Run Last |
| void | resize-audio-channels | Run Last |
| void | resize-pads | Run Last |
| #define | AGS_EFFECT_BULK_DEFAULT_VERSION |
| #define | AGS_EFFECT_BULK_DEFAULT_BUILD_ID |
| #define | AGS_EFFECT_BULK_COLUMNS_COUNT |
| enum | AgsEffectBulkFlags |
| struct | AgsEffectBulkPlugin |
| #define | AGS_TYPE_EFFECT_BULK |
| struct | AgsEffectBulk |
| struct | AgsEffectBulkClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsEffectBulk ├── AgsFFPlayerBulkInput ╰── AgsMatrixBulkInput
AgsEffectBulk implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsEffectBulk is a composite widget to visualize one AgsChannel. It should be packed by an AgsEffectBulk.
AgsEffectBulkPlugin * ags_effect_bulk_plugin_alloc (AgsRecallContainer *play_container,AgsRecallContainer *recall_container,gchar *plugin_name,gchar *filename,gchar *effect);
Allocate AgsEffectBulkPlugin.
play_container |
||
recall_container |
||
plugin_name |
the plugin name |
|
filename |
the filename as string |
|
effect |
the effect as string |
Since: 3.3.0
void
ags_effect_bulk_plugin_free (AgsEffectBulkPlugin *effect_bulk_plugin);
Free effect_bulk_plugin
.
Since: 3.3.0
void ags_effect_bulk_add_plugin (AgsEffectBulk *effect_bulk,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.
effect_bulk |
the AgsEffectBulk to modify |
|
control_type_name |
the GList containing string representation of a GType |
|
play_container |
an AgsRecallContainer to indetify what recall to use |
|
recall_container |
an AgsRecallContainer to indetify what recall to use |
|
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 AgsRecall |
Since: 3.3.0
void ags_effect_bulk_remove_plugin (AgsEffectBulk *effect_bulk,guint nth);
Remove an effect by its position.
Since: 3.3.0
void ags_effect_bulk_resize_audio_channels (AgsEffectBulk *effect_bulk,guint new_size,guint old_size);
void ags_effect_bulk_resize_pads (AgsEffectBulk *effect_bulk,guint new_size,guint old_size);
void
ags_effect_bulk_map_recall (AgsEffectBulk *effect_bulk);
You may want the effect_bulk
to add its default recall.
Since: 3.0.0
GList *
ags_effect_bulk_find_port (AgsEffectBulk *effect_bulk);
Since: 3.0.0
gboolean
ags_effect_bulk_indicator_queue_draw_timeout
(GtkWidget *widget);
Queue draw widget
Since: 3.0.0
AgsEffectBulk * ags_effect_bulk_new (AgsAudio *audio,GType channel_type);
Creates an AgsEffectBulk
Since: 3.0.0
#define AGS_EFFECT_BULK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_BULK, AgsEffectBulk))
#define AGS_EFFECT_BULK_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_BULK, AgsEffectBulkClass))
#define AGS_EFFECT_BULK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_BULK, AgsEffectBulkClass))
#define AGS_IS_EFFECT_BULK(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_BULK))
#define AGS_IS_EFFECT_BULK_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_BULK))
struct AgsEffectBulkPlugin {
AgsRecallContainer *play_container;
AgsRecallContainer *recall_container;
gchar *plugin_name;
gchar *filename;
gchar *effect;
GList *control_type_name;
guint control_count;
};
struct AgsEffectBulkClass {
GtkBoxClass box;
void (*add_plugin)(AgsEffectBulk *effect_bulk,
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)(AgsEffectBulk *effect_bulk,
guint nth);
void (*resize_audio_channels)(AgsEffectBulk *effect_bulk,
guint new_size,
guint old_size);
void (*resize_pads)(AgsEffectBulk *effect_bulk,
guint new_size,
guint old_size);
void (*map_recall)(AgsEffectBulk *effect_bulk);
GList* (*find_port)(AgsEffectBulk *effect_bulk);
};
“audio” property“audio” AgsAudio *
The AgsAudio to visualize.
Owner: AgsEffectBulk
Flags: Read / Write
Since: 3.0.0
“channel-type” property“channel-type” GType *
The target channel.
Owner: AgsEffectBulk
Flags: Read / Write
Allowed values: AgsChannel
Since: 3.0.0
“add-plugin” signalvoid user_function (AgsEffectBulk *effect_bulk, 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.
effect_bulk |
the AgsEffectBulk to modify |
|
effect |
the effect's name |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.3.0
“find-port” signalgpointer user_function (AgsEffectBulk *effect_bulk, gpointer user_data)
The ::find-port as recall should be mapped
effect_bulk |
the AgsEffectBulk to resize |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0
“map-recall” signalvoid user_function (AgsEffectBulk *effect_bulk, gpointer user_data)
The ::map-recall should be used to add the effect_bulk's default recall.
effect_bulk |
the AgsEffectBulk |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0
“remove-plugin” signalvoid user_function (AgsEffectBulk *effect_bulk, guint nth, gpointer user_data)
The ::remove-plugin signal notifies about removed effect.
effect_bulk |
the AgsEffectBulk to modify |
|
nth |
the nth effect |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.3.0
“resize-audio-channels” signalvoid user_function (AgsEffectBulk *effect_bulk, guint new_size, guint old_size, gpointer user_data)
The ::resize-audio-channels signal notifies about changes in channel alignment.
effect_bulk |
the object to adjust the channels. |
|
new_size |
new audio channel count |
|
old_size |
old audio channel count |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0
“resize-pads” signalvoid user_function (AgsEffectBulk *effect_bulk, guint new_size, guint old_size, gpointer user_data)
The ::resize-pads signal notifies about changes in channel alignment.
effect_bulk |
the object to adjust the channels. |
|
new_size |
new pad count |
|
old_size |
old pad count |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0