AgsConversion

AgsConversion — Conversion of values

Functions

Properties

gchar * description Read / Write
gchar * name Read / Write

Signals

Object Hierarchy

    GObject
    ╰── AgsConversion
        ├── AgsFunction
        ├── AgsLadspaConversion
        ╰── AgsLv2Conversion

Includes

#include <ags/lib/ags_conversion.h>

Description

The AgsConversion converts values.

Functions

ags_conversion_convert ()

gdouble
ags_conversion_convert (AgsConversion *conversion,
                        gdouble value,
                        gboolean reverse);


ags_conversion_new ()

AgsConversion *
ags_conversion_new ();

Instantiate a new AgsConversion.

Returns

the new instance

Since: 0.7.8

Types and Values

Property Details

The “description” property

  “description”              gchar *

The description of the conversion.

Flags: Read / Write

Default value: NULL

Since: 0.7.8


The “name” property

  “name”                     gchar *

The name of the conversion.

Flags: Read / Write

Default value: NULL

Since: 0.7.8

Signal Details

The “convert” signal

gdouble
user_function (AgsConversion *conversion,
               gdouble        value,
               gboolean       reverse,
               gpointer       user_data)

Flags: Run Last