Constructor
AgsAudioFxFMSynthChannelProcessornew
since: 3.14.0
Declaration [src]
AgsFxFMSynthChannelProcessor*
ags_fx_fm_synth_channel_processor_new (
AgsChannel* channel
)
Parameters
channel
-
Type:
AgsChannel
The
AgsChannel
.The data is owned by the caller of the function.
Return value
Type: AgsFxFMSynthChannelProcessor
The new AgsFxFMSynthChannelProcessor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |