Class

AgsAudioFxLv2Channel

[]

Description

class AgsAudio.FxLv2Channel : AgsAudio.FxNotationChannel
  implements Ags.Connectable {
  output_port_count: guint,
  output_port: guint*,
  input_port_count: guint,
  input_port: guint*,
  input_data: None,
  lv2_plugin: AgsLv2Plugin*,
  lv2_port: AgsPort**
}

No description available.

[]

Implements

[]

Constructors

ags_fx_lv2_channel_new

Create a new instance of AgsFxLv2Channel.

since: 3.3.0

[]

Instance methods

ags_fx_lv2_channel_load_plugin

Load plugin of fx_lv2_channel.

since: 3.3.0

ags_fx_lv2_channel_load_port

Load port of fx_lv2_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