AgsVst3Conversion

AgsVst3Conversion — Conversion of values

Stability Level

Stable, unless otherwise indicated

Functions

Properties

double lower Read / Write
double step-count Read / Write
double upper Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsConversion
        ╰── AgsVst3Conversion

Includes

#include <ags/plugin/ags_vst3_conversion.h>

Description

The AgsVst3Conversion converts values.

Functions

ags_vst3_conversion_new ()

AgsVst3Conversion *
ags_vst3_conversion_new ();

Create a new instance of AgsVst3Conversion.

Returns

the new AgsVst3Conversion

Since: 3.10.5

Types and Values

AGS_VST3_CONVERSION_DEFAULT_LOWER

#define AGS_VST3_CONVERSION_DEFAULT_LOWER (0.00001)

AGS_VST3_CONVERSION_DEFAULT_UPPER

#define AGS_VST3_CONVERSION_DEFAULT_UPPER (1.0)

AGS_VST3_CONVERSION_DEFAULT_STEP_COUNT

#define AGS_VST3_CONVERSION_DEFAULT_STEP_COUNT (1025.0)

Property Details

The “lower” property

  “lower”                    double

The lower to be used.

Owner: AgsVst3Conversion

Flags: Read / Write

Default value: 1e-05

Since: 3.10.5


The “step-count” property

  “step-count”               double

The step count to be used.

Owner: AgsVst3Conversion

Flags: Read / Write

Allowed values: >= 0

Default value: 1025

Since: 3.10.5


The “upper” property

  “upper”                    double

The upper to be used.

Owner: AgsVst3Conversion

Flags: Read / Write

Default value: 1

Since: 3.10.5