AgsApplyBpm

AgsApplyBpm — apply bpm to delay audio

Synopsis

#include <ags/audio/task/recall/ags_apply_bpm.h>

struct              AgsApplyBpm;
struct              AgsApplyBpmClass;
AgsApplyBpm *       ags_apply_bpm_new                   (GObject *gobject,
                                                         gdouble bpm);

Description

The AgsApplyBpm task applys bpm to AgsDelayAudio.

Details

struct AgsApplyBpm

struct AgsApplyBpm {
  AgsTask task;

  GObject *gobject;

  gdouble bpm;
};

struct AgsApplyBpmClass

struct AgsApplyBpmClass {
  AgsTaskClass task;
};

ags_apply_bpm_new ()

AgsApplyBpm *       ags_apply_bpm_new                   (GObject *gobject,
                                                         gdouble bpm);

Creates an AgsApplyBpm.

gobject :

the GObject

bpm :

the bpm to apply

Returns :

an new AgsApplyBpm.

Since 0.4