AgsCopyChannel

AgsCopyChannel — copys channel

Functions

AgsCopyChannel * ags_copy_channel_new ()

Includes

#include <ags/audio/recall/ags_copy_channel.h>

Description

The AgsCopyChannel class provides ports to the effect processor.

Functions

ags_copy_channel_new ()

AgsCopyChannel *
ags_copy_channel_new (AgsChannel *destination,
                      AgsChannel *source);

Creates an AgsCopyChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

a new AgsCopyChannel

Since 0.4

Types and Values