Constructor

AgsAudioFxFMSynthChannelnew

since: 3.14.0

Declaration [src]

AgsFxFMSynthChannel*
ags_fx_fm_synth_channel_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxFMSynthChannel.

Available since: 3.14.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxFMSynthChannel

The new AgsFxFMSynthChannel.

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