AgsCopyChannel

AgsCopyChannel — copys channel

Synopsis

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

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

Description

The AgsCopyChannel class provides ports to the effect processor.

Details

struct AgsCopyChannel

struct AgsCopyChannel {
  AgsRecallChannel recall_channel;

  AgsPort *muted;
};

struct AgsCopyChannelClass

struct AgsCopyChannelClass {
  AgsRecallChannelClass recall_channel;
};

ags_copy_channel_new ()

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

Creates an AgsCopyChannel

destination :

the destination AgsChannel

source :

the source AgsChannel

Returns :

a new AgsCopyChannel

Since 0.4