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