Constructor

AgsAudioFxSynthChannelnew

since: 3.14.0

Declaration [src]

AgsFxSynthChannel*
ags_fx_synth_channel_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxSynthChannel.

Available since: 3.14.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxSynthChannel

The new AgsFxSynthChannel.

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