AgsCopyPatternAudioRun

AgsCopyPatternAudioRun — copy pattern

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsCopyPatternAudioRun

Implemented Interfaces

AgsCopyPatternAudioRun implements AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsCopyPatternAudioRun class copy pattern.

Functions

ags_copy_pattern_audio_run_new ()

AgsCopyPatternAudioRun *
ags_copy_pattern_audio_run_new (AgsAudio *audio,
                                AgsDelayAudioRun *delay_audio_run,
                                AgsCountBeatsAudioRun *count_beats_audio_run);

Create a new instance of AgsCopyPatternAudioRun

Parameters

audio

the AgsAudio

 

delay_audio_run

the AgsDelayAudioRun dependency

 

count_beats_audio_run

the AgsCountBeatsAudioRun dependency

 

Returns

the new AgsCopyPatternAudioRun

Since: 2.0.0


AGS_COPY_PATTERN_AUDIO_RUN()

#define AGS_COPY_PATTERN_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRun))

AGS_COPY_PATTERN_AUDIO_RUN_CLASS()

#define AGS_COPY_PATTERN_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRun))

AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS()

#define AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRunClass))

AGS_IS_COPY_PATTERN_AUDIO_RUN()

#define AGS_IS_COPY_PATTERN_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN))

ags_copy_pattern_audio_run_get_type ()

GType
ags_copy_pattern_audio_run_get_type ();

Types and Values

AGS_TYPE_COPY_PATTERN_AUDIO_RUN

#define AGS_TYPE_COPY_PATTERN_AUDIO_RUN                (ags_copy_pattern_audio_run_get_type())

struct AgsCopyPatternAudioRun

struct AgsCopyPatternAudioRun;

struct AgsCopyPatternAudioRunClass

struct AgsCopyPatternAudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};

Property Details

The “count-beats-audio-run” property

  “count-beats-audio-run”    AgsCountBeatsAudioRun *

The count beats audio run dependency.

Flags: Read / Write

Since: 2.0.0


The “delay-audio-run” property

  “delay-audio-run”          AgsDelayAudioRun *

The delay audio run dependency.

Flags: Read / Write

Since: 2.0.0