Skip to content

Version 0.2.0 release

Compare
Choose a tag to compare
@takaswie takaswie released this 14 Mar 08:14
· 5 commits to main since this release
v0.2.0

This is the new release of libhitaki library to handle a new event added
to sound subsystem in Linux version 6.3.

The event is for Fireface 400. The device uses asynchronous transaction to
deliver MIDI message byte and knob control message. ALSA fireface driver in
Linux kernel version 6.3 or later can handle the both type of messages.

Hitaki.SndFireface object class is newly added to libhitaki library, to
dispatch the event. The class implements
Hitaki.TimestampedQuadletNotification GObject interface to emit notified-at
signal to applications. As a result, the application can handle the knob
control message with time stamp.

At present, such type of message is not supported by the other models in RME
Fireface series, thus the applications should implements the message
handling just for the case to detect Fireface 400.