Constructor

AgsAudioFxTremoloChannelnew

since: 5.2.0

Declaration [src]

AgsFxTremoloChannel*
ags_fx_tremolo_channel_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxTremoloChannel.

Available since: 5.2.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxTremoloChannel

The new AgsFxTremoloChannel.

The caller of the function takes ownership of the data, and is responsible for freeing it.