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