]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: event-cntr: add internal API to serialize list of events topic/seq-event-rework
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)
commit65b7148069dcc865755773f28e7ddd5a1eeae690
treebd58a565cbacdb1cbf2226062ba62d673b07187d
parent9d68c4e130887391055eed6acfe7d5fb5f1597b9
seq: event-cntr: add internal API to serialize list of events

ALSASeq.EventCntr still handles batch of events, therefore it's good to
put serialization code into it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/event-cntr.c
src/seq/privates.h
src/seq/user-client.c