AgsApplyBpm

AgsApplyBpm — apply bpm to delay audio

Functions

Properties

gdouble bpm Read / Write
GObject * scope Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplyBpm

Implemented Interfaces

AgsApplyBpm implements AgsConnectable.

Includes

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

Description

The AgsApplyBpm task applys bpm to AgsDelayAudio.

Functions

ags_apply_bpm_new ()

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

Creates an AgsApplyBpm.

Parameters

scope

the GObject

 

bpm

the bpm to apply

 

Returns

an new AgsApplyBpm.

Since: 0.4


AGS_APPLY_BPM()

#define AGS_APPLY_BPM(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_BPM, AgsApplyBpm))


AGS_APPLY_BPM_CLASS()

#define AGS_APPLY_BPM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_BPM, AgsApplyBpmClass))


AGS_APPLY_BPM_GET_CLASS()

#define AGS_APPLY_BPM_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_BPM, AgsApplyBpmClass))


AGS_IS_APPLY_BPM()

#define AGS_IS_APPLY_BPM(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_BPM))


AGS_IS_APPLY_BPM_CLASS()

#define AGS_IS_APPLY_BPM_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_BPM))


ags_apply_bpm_get_type ()

GType
ags_apply_bpm_get_type ();

Types and Values

AGS_TYPE_APPLY_BPM

#define AGS_TYPE_APPLY_BPM                (ags_apply_bpm_get_type())


struct AgsApplyBpm

struct AgsApplyBpm;


struct AgsApplyBpmClass

struct AgsApplyBpmClass {
  AgsTaskClass task;
};

Property Details

The “bpm” property

  “bpm”                      gdouble

The bpm to apply to scope.

Flags: Read / Write

Allowed values: >= 0

Default value: 0

Since: 0.7.117


The “scope” property

  “scope”                    GObject *

The assigned GObject as scope.

Flags: Read / Write

Since: 0.7.117