Class

AgsAudioFxEnvelopeChannel

[]

Description

class AgsAudio.FxEnvelopeChannel : AgsAudio.RecallChannel
  implements Ags.Connectable {
  envelope_mode: guint,
  envelope_enabled: AgsPort*,
  fixed_length: AgsPort*,
  attack: AgsPort*,
  decay: AgsPort*,
  sustain: AgsPort*,
  release: AgsPort*,
  ratio: AgsPort*
}

No description available.

[]

Implements

[]

Constructors

ags_fx_envelope_channel_new

Create a new instance of AgsFxEnvelopeChannel.

since: 3.3.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.FxEnvelopeChannel:attack

The attack.

since: 3.3.0

AgsAudio.FxEnvelopeChannel:decay

The decay.

since: 3.3.0

AgsAudio.FxEnvelopeChannel:fixed-length

The fixed length.

since: 3.3.0

AgsAudio.FxEnvelopeChannel:ratio

The ratio.

since: 3.3.0

AgsAudio.FxEnvelopeChannel:release

The release.

since: 3.3.0

AgsAudio.FxEnvelopeChannel:sustain

The sustain.

since: 3.3.0

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

Signals

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

Class structure