Hitaki.MotuCommandDsp

g GObject.GInterface GObject.GInterface Hitaki.MotuCommandDsp Hitaki.MotuCommandDsp GObject.GInterface->Hitaki.MotuCommandDsp

Implementations:

Hitaki.SndMotu

Methods

read_float_meter (meter)

Virtual Methods

do_read_float_meter (meter)

Properties

None

Signals

None

Fields

None

Class Details

class Hitaki.MotuCommandDsp
Bases:

GObject.GInterface

Structure:

Hitaki.MotuCommandDspInterface

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 [iface`MotuCommandDsp`] is an object interface for the metering information in the command DSP protocol.

read_float_meter(meter)
Parameters:

meter ([float]) – The data for meter.

Raises:

GLib.Error

Returns:

True if the overall operation finished successfully, else False.

meter:

The data for meter.

Return type:

(bool, meter: [float])

Read cached data of meter information for command DSP models.

do_read_float_meter(meter) virtual
Parameters:

meter ([float]) – The data for meter.

Returns:

True if the overall operation finished successfully, else False.

meter:

The data for meter.

Return type:

(bool, meter: [float])

Read cached data of meter information for command DSP models.