Class

AgsAudioFxLadspaChannel

[]

Description

class AgsAudio.FxLadspaChannel : AgsAudio.RecallChannel
  implements Ags.Connectable {
  output_port_count: guint,
  output_port: guint*,
  input_port_count: guint,
  input_port: guint*,
  input_data: None,
  ladspa_plugin: AgsLadspaPlugin*,
  ladspa_port: AgsPort**
}

No description available.

[]

Implements

[]

Constructors

ags_fx_ladspa_channel_new

Create a new instance of AgsFxLadspaChannel.

since: 3.3.0

[]

Instance methods

ags_fx_ladspa_channel_load_plugin

Load plugin of fx_ladspa_channel.

since: 3.3.0

ags_fx_ladspa_channel_load_port

Load port of fx_ladspa_channel.

since: 3.3.0

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

Properties

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

Signals

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

Class structure