Constructor

AgsAudioFxVst3ChannelProcessornew

since: 3.10.5

Declaration [src]

AgsFxVst3ChannelProcessor*
ags_fx_vst3_channel_processor_new (
  AgsChannel* channel
)

Description [src]

Create a new instance of AgsFxVst3ChannelProcessor.

Available since: 3.10.5

Parameters

channel

Type: AgsChannel

The AgsChannel.

The data is owned by the caller of the function.

Return value

Type: AgsFxVst3ChannelProcessor

The new AgsFxVst3ChannelProcessor.

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