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