Interface

HitakiMotuCommandDsp

Description [src]

interface Hitaki.MotuCommandDsp : GObject.Object

An interface for protocol of command DSP model in MOTU FireWire series. The command DSP models in Mark of the Unicorn (MOTU) FireWire series transfer isochronous packets to deliver PCM frames and MIDI messages as well as metering information. The HitakiMotuCommandDsp is an object interface for the metering information in the command DSP protocol.

Prerequisite

In order to implement MotuCommandDsp, your type must inherit from GObject.

Implementations

Instance methods

hitaki_motu_command_dsp_read_float_meter

Read cached data of meter information for command DSP models.

Interface structure

struct HitakiMotuCommandDspInterface {
  GTypeInterface iface;
  gboolean (* read_float_meter) (
    HitakiMotuCommandDsp* self,
    gfloat* const* meter,
    GError** error
  );
  
}
Interface members
iface
GTypeInterface
 No description available.
read_float_meter
gboolean (* read_float_meter) (
    HitakiMotuCommandDsp* self,
    gfloat* const* meter,
    GError** error
  )
 No description available.

Virtual methods

Hitaki.MotuCommandDsp.read_float_meter

Read cached data of meter information for command DSP models.