AgsAddEffect

AgsAddEffect — add effect object to context

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_add_effect.h>

Description

The AgsAddEffect task adds the specified effect to AgsChannel.

Functions

ags_add_effect_new ()

AgsAddEffect *
ags_add_effect_new (AgsChannel *channel,
                    gchar *filename,
                    gchar *effect);

Create a new instance of AgsAddEffect.

Parameters

channel

the AgsChannel to set up the effect

 

filename

the filename including effect

 

effect

the effect's name

 

Returns

the new AgsAddEffect.

Since: 3.0.0