AgsCopyPatternAudioRun

AgsCopyPatternAudioRun — copy pattern

Synopsis

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

struct              AgsCopyPatternAudioRun;
struct              AgsCopyPatternAudioRunClass;
AgsCopyPatternAudioRun * ags_copy_pattern_audio_run_new (AgsCountBeatsAudioRun *count_beats_audio_run);

Description

The AgsCopyPatternAudioRun class copy pattern.

Details

struct AgsCopyPatternAudioRun

struct AgsCopyPatternAudioRun {
  AgsRecallAudioRun recall_audio_run;

  guint hide_ref;
  guint hide_ref_counter;

  AgsDelayAudioRun *delay_audio_run;
  AgsCountBeatsAudioRun *count_beats_audio_run;
};

struct AgsCopyPatternAudioRunClass

struct AgsCopyPatternAudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};

ags_copy_pattern_audio_run_new ()

AgsCopyPatternAudioRun * ags_copy_pattern_audio_run_new (AgsCountBeatsAudioRun *count_beats_audio_run);

Creates an AgsCopyPatternAudioRun

count_beats_audio_run :

an AgsCountBeatsAudioRun as dependency

Returns :

a new AgsCopyPatternAudioRun

Since 0.4