Constructor

AgsAudioFxLv2Channelnew

since: 3.3.0

Declaration [src]

AgsFxLv2Channel*
ags_fx_lv2_channel_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxLv2Channel.

Available since: 3.3.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxLv2Channel

The new AgsFxLv2Channel.

The caller of the function takes ownership of the data, and is responsible for freeing it.