krähemann.com

AgsPlayWaveChannel

AgsPlayWaveChannel — play channel wave

Properties

AgsPort * do-playback Read / Write
AgsWave * wave Read / Write
AgsPort * x-offset Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsPlayWaveChannel

Implemented Interfaces

AgsPlayWaveChannel implements AgsConnectable.

Includes

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

Description

The AgsPlayWaveChannel class provides ports to the effect processor.

Functions

ags_play_wave_channel_new ()

AgsPlayWaveChannel *
ags_play_wave_channel_new (AgsChannel *source);

Create a new instance of AgsPlayWaveChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsPlayWaveChannel

Since: 3.0.0


AGS_IS_PLAY_WAVE_CHANNEL()

#define AGS_IS_PLAY_WAVE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_WAVE_CHANNEL))

AGS_IS_PLAY_WAVE_CHANNEL_CLASS()

#define AGS_IS_PLAY_WAVE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_WAVE_CHANNEL))

AGS_PLAY_WAVE_CHANNEL()

#define AGS_PLAY_WAVE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_WAVE_CHANNEL, AgsPlayWaveChannel))

AGS_PLAY_WAVE_CHANNEL_CLASS()

#define AGS_PLAY_WAVE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_WAVE_CHANNEL, AgsPlayWaveChannel))

AGS_PLAY_WAVE_CHANNEL_GET_CLASS()

#define AGS_PLAY_WAVE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_WAVE_CHANNEL, AgsPlayWaveChannelClass))

ags_play_wave_channel_get_type ()

GType
ags_play_wave_channel_get_type ();

Types and Values

AGS_TYPE_PLAY_WAVE_CHANNEL

#define AGS_TYPE_PLAY_WAVE_CHANNEL                (ags_play_wave_channel_get_type())

struct AgsPlayWaveChannel

struct AgsPlayWaveChannel;

struct AgsPlayWaveChannelClass

struct AgsPlayWaveChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “do-playback” property

  “do-playback”              AgsPort *

The do-playback port.

Owner: AgsPlayWaveChannel

Flags: Read / Write

Since: 3.0.0


The “wave” property

  “wave”                     AgsWave *

The wave containing the notes.

Owner: AgsPlayWaveChannel

Flags: Read / Write

Since: 3.0.0


The “x-offset” property

  “x-offset”                 AgsPort *

The x-offset port.

Owner: AgsPlayWaveChannel

Flags: Read / Write

Since: 3.0.0