[alsa-devel] [PATCH v6 0/2] amidi delay option
Felipe F. Tonello
eu at felipetonello.com
Tue Aug 23 16:09:36 CEST 2016
Small improvement to amidi, adding useful functionality.
changes from v5:
* wait until MIDI message is competely sent to sleep
changes from v4:
* simplified code
changes from v3:
* fixed a bug if memchr() returns NULL
changes from v2:
* only check of end of sysex (0xf7)
* use memchr() instead of direct loop approach
* fixed commit message
changes from v1:
* remove delay in between any MIDI message, only SysEx
* added patch to use getopt_long() arguments
Felipe F. Tonello (2):
amidi: add delay option
amidi: use GNU getopt_long() proper argument names
amidi/amidi.1 | 14 ++++++++++
amidi/amidi.c | 82 ++++++++++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 79 insertions(+), 17 deletions(-)
--
2.9.3
More information about the Alsa-devel
mailing list