Virtual Method

HitakiMotuRegisterDspread_byte_meter

Declaration [src]

gboolean
read_byte_meter (
  HitakiMotuRegisterDsp* self,
  guint8* const* meter,
  GError** error
)

Description [src]

Read cached data of meter information for register DSP models.

Parameters

meter An array of guint8*
 

The data of meter. Index 0 to 23 for inputs and index 24 to 47 for outputs.

 The argument will be modified by the function.
 The array must have 48 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.