AgsCopyPatternChannel

AgsCopyPatternChannel — copy patterns channel

Functions

Includes

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

Description

The AgsCopyPatternChannel class provides ports to the effect processor.

Functions

ags_copy_pattern_channel_template_find_source_and_destination ()

GList *
ags_copy_pattern_channel_template_find_source_and_destination
                               (GList *recall,
                                AgsChannel *destination,
                                AgsChannel *source);

Returns


ags_copy_pattern_channel_new ()

AgsCopyPatternChannel *
ags_copy_pattern_channel_new (AgsChannel *destination,
                              AgsChannel *source,
                              AgsPort *pattern);

Creates an AgsCopyPatternChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

pattern

the pattern port

 

Returns

a new AgsCopyPatternChannel

Since 0.4

Types and Values