AgsInitChannel

AgsInitChannel — init channel object

Functions

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

Types and Values