Class

AgsAudioFxLfoChannel

[]

Description

class AgsAudio.FxLfoChannel : AgsAudio.RecallChannel
  implements Ags.Connectable {
  enabled: AgsPort*,
  lfo_wave: AgsPort*,
  lfo_freq: AgsPort*,
  lfo_phase: AgsPort*,
  lfo_depth: AgsPort*,
  lfo_tuning: AgsPort*,
  input_data: None
}

No description available.

[]

Implements

[]

Constructors

ags_fx_lfo_channel_new

Create a new instance of AgsFxLfoChannel.

since: 3.8.0

[]

Instance methods

Methods inherited from AgsRecallChannel (4)
Methods inherited from AgsRecall (85)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.FxLfoChannel:enabled

The enable control of LFO.

since: 3.8.0

AgsAudio.FxLfoChannel:lfo-depth

The depth of LFO.

since: 3.8.0

AgsAudio.FxLfoChannel:lfo-freq

The freq of LFO.

since: 3.8.0

AgsAudio.FxLfoChannel:lfo-phase

The phase of LFO.

since: 3.8.0

AgsAudio.FxLfoChannel:lfo-tuning

The tuning of LFO.

since: 3.8.0

AgsAudio.FxLfoChannel:lfo-wave

The wave of LFO.

since: 3.8.0

Properties inherited from AgsRecallChannel (3)
Properties inherited from AgsRecall (25)
[]

Signals

Signals inherited from AgsRecall (21)
Signals inherited from GObject (1)

Class structure