AgsCopyPatternChannel

AgsCopyPatternChannel — copy patterns channel

Functions

Properties

AgsPort * pattern Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsCopyPatternChannel implements AgsConnectable.

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_new ()

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

Create a new instance of AgsCopyPatternChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

the new AgsCopyPatternChannel

Since: 3.0.0


AGS_COPY_PATTERN_CHANNEL()

#define AGS_COPY_PATTERN_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannel))

AGS_COPY_PATTERN_CHANNEL_CLASS()

#define AGS_COPY_PATTERN_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannel))

AGS_COPY_PATTERN_CHANNEL_GET_CLASS()

#define AGS_COPY_PATTERN_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannelClass))

AGS_IS_COPY_PATTERN_CHANNEL()

#define AGS_IS_COPY_PATTERN_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL))

AGS_IS_COPY_PATTERN_CHANNEL_CLASS()

#define AGS_IS_COPY_PATTERN_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_CHANNEL))

ags_copy_pattern_channel_get_type ()

GType
ags_copy_pattern_channel_get_type ();

Types and Values

AGS_TYPE_COPY_PATTERN_CHANNEL

#define AGS_TYPE_COPY_PATTERN_CHANNEL                (ags_copy_pattern_channel_get_type())

struct AgsCopyPatternChannel

struct AgsCopyPatternChannel;

struct AgsCopyPatternChannelClass

struct AgsCopyPatternChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “pattern” property

  “pattern”                  AgsPort *

The pattern port.

Owner: AgsCopyPatternChannel

Flags: Read / Write

Since: 3.0.0