Constructor

AgsAudioFxSFZSynthChannelnew

since: 3.17.0

Declaration [src]

AgsFxSFZSynthChannel*
ags_fx_sfz_synth_channel_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxSFZSynthChannel.

Available since: 3.17.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxSFZSynthChannel

The new AgsFxSFZSynthChannel.

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