Signal
HinawaSndMotu::register-dsp-changed
deprecated: 2.5. since: 2.4
Declaration
void
register_dsp_changed (
HinawaSndMotu* self,
gpointer events,
guint length,
gpointer user_data
)
Description [src]
Emitted when MOTU register DSP models transfer events by messages in the sequence of
isochronous packet. The event consists of encoded data. The most significant byte is the
type of message. The next two bytes are identifier 0 and 1. The least significant byte
is value. The meaning of identifier 0, 1 and value is decided depending on the type.
For detail, see sound/firewire/motu/motu-register-dsp-message-parser.c
in Linux kernel.
Default handler: The default handler is called after the handlers added via |
Available since: 2.4 |
Deprecated since: 2.5. |
Use implementation Hitaki.MotuRegisterDsp::changed in Hitaki.SndMotu instead. |