Constructor

AgsAudioFxVst3AudioProcessornew

since: 3.10.5

Declaration [src]

AgsFxVst3AudioProcessor*
ags_fx_vst3_audio_processor_new (
  AgsAudio* audio
)

Description [src]

Create a new instance of AgsFxVst3AudioProcessor.

Available since: 3.10.5

Parameters

audio

Type: AgsAudio

The AgsAudio.

The data is owned by the caller of the function.

Return value

Type: AgsFxVst3AudioProcessor

The new AgsFxVst3AudioProcessor.

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