AgsLadspaConversion

AgsLadspaConversion — Conversion of values

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/plugin/ags_ladspa_conversion.h>

Description

The AgsLadspaConversion converts values.

Functions

ags_ladspa_conversion_test_flags ()

gboolean
ags_ladspa_conversion_test_flags (AgsLadspaConversion *ladspa_conversion,
                                  guint flags);

Test flags to be set on recall .

Parameters

ladspa_conversion

the AgsLadspaConversion

 

flags

the flags

 

Returns

TRUE if flags are set, else FALSE

Since: 3.0.0


ags_ladspa_conversion_set_flags ()

void
ags_ladspa_conversion_set_flags (AgsLadspaConversion *ladspa_conversion,
                                 guint flags);

Set flags.

Parameters

ladspa_conversion

the AgsLadspaConversion

 

flags

the flags

 

Since: 3.0.0


ags_ladspa_conversion_unset_flags ()

void
ags_ladspa_conversion_unset_flags (AgsLadspaConversion *ladspa_conversion,
                                   guint flags);

Unset flags.

Parameters

ladspa_conversion

the AgsLadspaConversion

 

flags

the flags

 

Since: 3.0.0


ags_ladspa_conversion_new ()

AgsLadspaConversion *
ags_ladspa_conversion_new ();

Create a new instance of AgsLadspaConversion.

Returns

the new AgsLadspaConversion.

Since: 3.0.0

Types and Values

AGS_LADSPA_CONVERSION_DEFAULT_LOWER

#define AGS_LADSPA_CONVERSION_DEFAULT_LOWER (0.00001)

AGS_LADSPA_CONVERSION_DEFAULT_UPPER

#define AGS_LADSPA_CONVERSION_DEFAULT_UPPER (1.0)

AGS_LADSPA_CONVERSION_DEFAULT_STEP_COUNT

#define AGS_LADSPA_CONVERSION_DEFAULT_STEP_COUNT (1025.0)

enum AgsLadspaConversionFlags

Enum values to control the behavior or indicate internal state of AgsLadspaConversion by enable/disable as flags.

Members

AGS_LADSPA_CONVERSION_SAMPLERATE

samplerate

 

AGS_LADSPA_CONVERSION_BOUNDED_BELOW

bounded below

 

AGS_LADSPA_CONVERSION_BOUNDED_ABOVE

bounded above

 

AGS_LADSPA_CONVERSION_LOGARITHMIC

logarithmic