Top | ![]() |
![]() |
![]() |
![]() |
A HinawaSndMotu is an application of asynchronous notification defined by Mark of the Unicorn (MOTU). This inherits HinawaSndUnit.
HinawaSndMotu *
hinawa_snd_motu_new (void
);
Instantiate HinawaSndMotu object and return the instance.
Since: 1.3.
void hinawa_snd_motu_open (HinawaSndMotu *self
,gchar *path
,GError **exception
);
Open ALSA hwdep character device and check it for Motu devices.
self |
||
path |
A full path of a special file for ALSA hwdep character device |
|
exception |
A GError. Error can be generated with three domains; |
Since: 0.8
“notified”
signalvoid user_function (HinawaSndMotu *self, guint message, gpointer user_data)
When Motu models transfer notification, the “notified” signal is generated.
self |
||
message |
A notification message |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 0.8