krähemann.com

AgsApplyBpm

AgsApplyBpm — apply bpm

Properties

gdouble bpm Read / Write
GObject * scope Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplyBpm

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);

Create a new instance of AgsApplyBpm.

Parameters

scope

the GObject

 

bpm

the bpm to apply

 

Returns

the new AgsApplyBp

Since: 3.0.0


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_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.

Owner: AgsApplyBpm

Flags: Read / Write

Allowed values: >= 0

Default value: 120

Since: 3.0.0


The “scope” property

  “scope”                    GObject *

The assigned GObject as scope.

Owner: AgsApplyBpm

Flags: Read / Write

Since: 3.0.0