AgsCopyPatternChannel

AgsCopyPatternChannel — copy patterns channel

Functions

Properties

AgsPort * pattern Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsCopyPatternChannel

Implemented Interfaces

AgsCopyPatternChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

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


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

Property Details

The “pattern” property

  “pattern”                  AgsPort *

The pattern which has to be played.

Flags: Read / Write