AgsAddEffect

AgsAddEffect — add effect object to context

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAddEffect

Implemented Interfaces

AgsAddEffect implements AgsConnectable.

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);

Creates an AgsAddEffect.

Parameters

channel

the AgsChannel to set up the effect

 

filename

the filename including effect

 

effect

the effect's name

 

Returns

an new AgsAddEffect.

Since: 0.4.3

Types and Values