Constructor

AgsAudioFxVst3AudioSignalnew

since: 3.10.5

Declaration [src]

AgsFxVst3AudioSignal*
ags_fx_vst3_audio_signal_new (
  AgsAudioSignal* audio_signal
)

Description [src]

Create a new instance of AgsFxVst3AudioSignal.

Available since: 3.10.5

Parameters

audio_signal

Type: AgsAudioSignal

The AgsAudioSignal.

The data is owned by the caller of the function.

Return value

Type: AgsFxVst3AudioSignal

The new AgsFxVst3AudioSignal.

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