AgsApplyTact

AgsApplyTact — apply tact to delay audio

Synopsis

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

struct              AgsApplyTact;
struct              AgsApplyTactClass;
AgsApplyTact *      ags_apply_tact_new                  (GObject *gobject,
                                                         gdouble tact);

Description

The AgsApplyTact task applys tact to AgsTactable.

Details

struct AgsApplyTact

struct AgsApplyTact {
  AgsTask task;

  GObject *gobject;

  gdouble tact;
};

struct AgsApplyTactClass

struct AgsApplyTactClass {
  AgsTaskClass task;
};

ags_apply_tact_new ()

AgsApplyTact *      ags_apply_tact_new                  (GObject *gobject,
                                                         gdouble tact);

Creates an AgsApplyTact.

gobject :

the GObject

tact :

the tact to apply

Returns :

an new AgsApplyTact.

Since 0.4