Method

AgsAudioFluidInterpolate7thOrderUtilset_source

since: 3.9.6

Declaration [src]

void
ags_fluid_interpolate_7th_order_util_set_source (
  AgsFluidInterpolate7thOrderUtil* fluid_interpolate_7th_order_util,
  gpointer source
)

Description [src]

Set source buffer of fluid_interpolate_7th_order_util.

Available since: 3.9.6

Parameters

source

Type: gpointer

The source buffer.

The argument can be NULL.
The data is owned by the caller of the function.