Constructor
AgsAudioFxSynthChannelnew
since: 3.14.0
Declaration [src]
AgsFxSynthChannel*
ags_fx_synth_channel_new (
AgsChannel* channel
)
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. |