AgsAddEffect — add effect object to context
GObject ╰── AgsTask ╰── AgsAddEffect
AgsAddEffect implements AgsConnectable.
#include <ags/audio/task/ags_add_effect.h>
The AgsAddEffect task adds the specified effect to AgsChannel.
AgsAddEffect * ags_add_effect_new (AgsChannel *channel, gchar *filename, gchar *effect);
AgsChannel *channel
gchar *filename
gchar *effect
Creates an AgsAddEffect.
channel
the AgsChannel to set up the effect
filename
the filename including effect
effect
the effect's name
an new AgsAddEffect.
Since: 0.4.3