]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 14 Jun 2022 10:23:22 +0000 (19:23 +0900)
commit6446db7860bc5a991dcde7b59df9c6f1cd9bb508
treea5938b528d722586118960b939dc55c7c45e8459
parentb546eef0745506d509b6436a0cf044b2604fd7fa
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