]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: event: add boxed structure for event
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 14 Jun 2022 10:23:22 +0000 (19:23 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Thu, 16 Jun 2022 12:52:00 +0000 (21:52 +0900)
commitee6f3808df53b7580be8d8ba233ae52fb9d24014
treea5938b528d722586118960b939dc55c7c45e8459
parentf711160948d02cb48fc05ca64d6172a70298a713
seq: event: add boxed structure for event

Current implementation has ALSASeq.EventCntr for user applications to
handle batch of events. The properties of event is directly retrieved
from it by index number, however it's necessarily useful.

This commit adds boxed structure specific to each event.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/alsaseq-enum-types.h
src/seq/alsaseq.h
src/seq/alsaseq.map
src/seq/event.c [new file with mode: 0644]
src/seq/event.h [new file with mode: 0644]
src/seq/meson.build
tests/alsaseq-enums