Hitaki.QuadletNotification

g GObject.GInterface GObject.GInterface Hitaki.QuadletNotification Hitaki.QuadletNotification GObject.GInterface->Hitaki.QuadletNotification

Implementations:

Hitaki.SndDice, Hitaki.SndDigi00x, Hitaki.SndMotu

Methods

None

Virtual Methods

do_notified (message)

Properties

None

Signals

Name

Short Description

notified

Emitted when the target unit transfers notification.

Fields

None

Class Details

class Hitaki.QuadletNotification
Bases:

GObject.GInterface

Structure:

Hitaki.QuadletNotificationInterface

An interface to operate notification with quadlet message. Some of units supported by drivers in ALSA firewire stack have the function to notify quadlet message for specific purposes. The [iface`QuadletNotification`] is an interface to operate the notification.

do_notified(message) virtual
Parameters:

message (int) – A quadlet message in notification.

Class closure for the [signal`QuadletNotification`:py:func:::notified<Hitaki.QuadletNotification.signals.notified>] signal.

Signal Details

Hitaki.QuadletNotification.signals.notified(quadlet_notification, message)
Signal Name:

notified

Flags:

RUN_LAST, ACTION

Parameters:
  • quadlet_notification (Hitaki.QuadletNotification) – The object which received the signal

  • message (int) – A quadlet message in notification.

Emitted when the target unit transfers notification.