Function

AgsAudioVst3Pluginprocess_data_insert

since: 3.10.5

Declaration [src]

void
ags_vst3_plugin_process_data_insert (
  AgsVstIComponent* icomponent,
  AgsVstProcessData* data
)

Description [src]

Insert process data.

Available since: 3.10.5

This function is not directly available to language bindings.

Parameters

icomponent

Type: AgsVstIComponent*

The icomponent as key.

The data is owned by the caller of the function.
data

Type: AgsVstProcessData*

The data as value.

The data is owned by the caller of the function.