AgsVolumeChannel

AgsVolumeChannel — volumes channel

Synopsis

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

struct              AgsVolumeChannel;
struct              AgsVolumeChannelClass;
AgsVolumeChannel *  ags_volume_channel_new              ();

Description

The AgsVolumeChannel class provides ports to the effect processor.

Details

struct AgsVolumeChannel

struct AgsVolumeChannel {
  AgsRecallChannel recall_channel;

  AgsPort *volume;
};

struct AgsVolumeChannelClass

struct AgsVolumeChannelClass {
  AgsRecallChannelClass recall_channel;
};

ags_volume_channel_new ()

AgsVolumeChannel *  ags_volume_channel_new              ();

Creates an AgsVolumeChannel

Returns :

a new AgsVolumeChannel

Since 0.4