Class

AgsAudioFxTwoPassAliaseChannel

[]

Description

class AgsAudio.FxTwoPassAliaseChannel : AgsAudio.RecallChannel
  implements Ags.Connectable {
  input_data: None,
  enabled: AgsPort*,
  a_amount: AgsPort*,
  a_phase: AgsPort*,
  b_amount: AgsPort*,
  b_phase: AgsPort*
}

No description available.

[]

Implements

[]

Constructors

ags_fx_two_pass_aliase_channel_new

Create a new instance of AgsFxTwoPassAliaseChannel.

since: 3.8.0

[]

Functions

ags_fx_two_pass_aliase_channel_input_get_a_buffer

Get a buffer of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_a_mix

Get a mix of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_b_buffer

Get b buffer of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_b_mix

Get b mix of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_final_mix

Get final mix of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_orig_buffer

Get orig buffer of input_data.

since: 3.8.0

ags_fx_two_pass_aliase_channel_input_get_parent

Get parent of input_data.

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.FxTwoPassAliaseChannel:a-amount

The first pass amount.

since: 3.8.0

AgsAudio.FxTwoPassAliaseChannel:a-phase

The first pass phase.

since: 3.8.0

AgsAudio.FxTwoPassAliaseChannel:b-amount

The second pass amount.

since: 3.8.0

AgsAudio.FxTwoPassAliaseChannel:b-phase

The second pass phase.

since: 3.8.0

AgsAudio.FxTwoPassAliaseChannel:enabled

The enable control of two pass aliase.

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