Constructor

AgsAudioFxEnvelopeChannelProcessornew

since: 3.3.0

Declaration [src]

AgsFxEnvelopeChannelProcessor*
ags_fx_envelope_channel_processor_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxEnvelopeChannelProcessor.

Available since: 3.3.0

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxEnvelopeChannelProcessor

The new AgsFxEnvelopeChannelProcessor.

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