AgsCopyPatternAudio

AgsCopyPatternAudio — copy audio pattern

Functions

Properties

AgsPort * bank-index-0 Read / Write
AgsPort * bank-index-1 Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsCopyPatternAudio

Implemented Interfaces

AgsCopyPatternAudio implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsCopyPatternAudio class provides ports to the effect processor.

Functions

ags_copy_pattern_audio_new ()

AgsCopyPatternAudio *
ags_copy_pattern_audio_new (GObject *soundcard,
                            gdouble tact,
                            guint i,
                            guint j);

Creates an AgsCopyPatternAudio

Parameters

soundcard

the GObject defaulting to

 

tact

the offset

 

i

bank index 0

 

j

bank index 1

 

Returns

a new AgsCopyPatternAudio

Since: 0.4

Types and Values

Property Details

The “bank-index-0” property

  “bank-index-0”             AgsPort *

The current bank index 0 of the AgsPattern.

Flags: Read / Write


The “bank-index-1” property

  “bank-index-1”             AgsPort *

The current bank index 1 of the AgsPattern.

Flags: Read / Write