Class

AgsAudioLadspaConversion

Description

class AgsAudio.LadspaConversion : Ags.Conversion {
  conversion: AgsConversion,
  flags: guint,
  samplerate: guint,
  lower: gdouble,
  upper: gdouble,
  step_count: gdouble
}
No description available.

Constructors

ags_ladspa_conversion_new

Create a new instance of AgsLadspaConversion.

since: 3.0.0

Instance methods

ags_ladspa_conversion_set_flags

Set flags.

since: 3.0.0

ags_ladspa_conversion_test_flags

Test flags to be set on recall.

since: 3.0.0

ags_ladspa_conversion_unset_flags

Unset flags.

since: 3.0.0

Methods inherited from AgsConversion (1)
ags_conversion_convert

Convert a value if reverse is FALSE then use the target format otherwise if TRUE convert back to original format.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.LadspaConversion:lower

The lower to be used.

since: 3.0.0

AgsAudio.LadspaConversion:samplerate

The samplerate to be used.

since: 3.0.0

AgsAudio.LadspaConversion:step-count

The step count to be used.

since: 3.0.0

AgsAudio.LadspaConversion:upper

The upper to be used.

since: 3.0.0

Properties inherited from AgsConversion (2)
Ags.Conversion:description

The description of the conversion.

since: 3.0.0

Ags.Conversion:name

The name of the conversion.

since: 3.0.0

Signals

Signals inherited from AgsConversion (1)
AgsConversion::convert

The ::convert signal notifies about converted value.

since: 3.0.0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAudioLadspaConversionClass {
  AgsConversionClass conversion;
  
}
No description available.
Class members
conversion: AgsConversionClass
No description available.