Virtual Method

HitakiMotuCommandDspread_float_meter

Declaration [src]

gboolean
read_float_meter (
  HitakiMotuCommandDsp* self,
  gfloat* const* meter,
  GError** error
)

Description [src]

Read cached data of meter information for command DSP models.

Parameters

meter An array of gfloat*
 

The data for meter.

 The argument will be modified by the function.
 The array must have 400 elements.
 The called function takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the overall operation finished successfully, else FALSE.