AgsInitChannel

AgsInitChannel — init channel object

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsInitChannel

Implemented Interfaces

AgsInitChannel implements AgsConnectable.

Includes

#include <ags/audio/task/ags_init_channel.h>

Description

The AgsInitChannel task inits AgsChannel.

Functions

ags_init_channel_new ()

AgsInitChannel *
ags_init_channel_new (AgsChannel *channel,
                      gboolean play_pad,
                      gboolean do_playback,
                      gboolean do_sequencer,
                      gboolean do_notation);

Creates an AgsInitChannel.

Parameters

channel

the AgsChannel

 

play_pad

TRUE all channels of accordig pad are initialized

 

do_playback

init playback

 

do_sequencer

init sequencer

 

do_notation

init notation

 

Returns

an new AgsInitChannel.

Since: 0.4


AGS_INIT_CHANNEL()

#define AGS_INIT_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannel))


AGS_INIT_CHANNEL_CLASS()

#define AGS_INIT_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))


AGS_INIT_CHANNEL_GET_CLASS()

#define AGS_INIT_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))


AGS_IS_INIT_CHANNEL()

#define AGS_IS_INIT_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_CHANNEL))


AGS_IS_INIT_CHANNEL_CLASS()

#define AGS_IS_INIT_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INIT_CHANNEL))


ags_init_channel_get_type ()

GType
ags_init_channel_get_type ();

Types and Values

AGS_TYPE_INIT_CHANNEL

#define AGS_TYPE_INIT_CHANNEL                (ags_init_channel_get_type())


struct AgsInitChannel

struct AgsInitChannel;


struct AgsInitChannelClass

struct AgsInitChannelClass {
  AgsTaskClass task;
};