Constructor

AgsAudioApplyBpmnew

since: 3.0.0

Declaration [src]

AgsApplyBpm*
ags_apply_bpm_new (
  GObject* scope,
  gdouble bpm
)

Description [src]

Create a new instance of AgsApplyBpm.

Available since: 3.0.0

Parameters

scope

Type: GObject

The GObject.

The data is owned by the caller of the function.
bpm

Type: gdouble

The bpm to apply.

Return value

Type: AgsApplyBpm

The new AgsApplyBpm.

The caller of the function takes ownership of the data, and is responsible for freeing it.