Constructor
AgsAudioFxSFZSynthChannelnew
since: 3.17.0
Declaration [src]
AgsFxSFZSynthChannel*
ags_fx_sfz_synth_channel_new (
AgsChannel* channel
)
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. |