krähemann.com

AgsCopyPatternChannelRun

AgsCopyPatternChannelRun — copys pattern

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsCopyPatternChannelRun

Implemented Interfaces

AgsCopyPatternChannelRun implements AgsConnectable.

Includes

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

Description

The AgsCopyPatternChannelRun class copys pattern.

Functions

ags_copy_pattern_channel_run_new ()

AgsCopyPatternChannelRun *
ags_copy_pattern_channel_run_new (AgsChannel *destination,
                                  AgsChannel *source);

Create a new instance of AgsCopyPatternChannelRun

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

the new AgsCopyPatternChannelRun

Since: 3.0.0


AGS_COPY_PATTERN_CHANNEL_RUN()

#define AGS_COPY_PATTERN_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRun))

AGS_COPY_PATTERN_CHANNEL_RUN_CLASS()

#define AGS_COPY_PATTERN_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))

AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS()

#define AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))

AGS_IS_COPY_PATTERN_CHANNEL_RUN()

#define AGS_IS_COPY_PATTERN_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN))

AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS()

#define AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN))

ags_copy_pattern_channel_run_get_type ()

GType
ags_copy_pattern_channel_run_get_type ();

Types and Values

AGS_TYPE_COPY_PATTERN_CHANNEL_RUN

#define AGS_TYPE_COPY_PATTERN_CHANNEL_RUN                (ags_copy_pattern_channel_run_get_type())

struct AgsCopyPatternChannelRun

struct AgsCopyPatternChannelRun;

struct AgsCopyPatternChannelRunClass

struct AgsCopyPatternChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};