alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] amidi delay option
@ 2016-08-15 16:37 Felipe F. Tonello
  2016-08-15 16:37 ` [PATCH v5 1/2] amidi: add " Felipe F. Tonello
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Felipe F. Tonello @ 2016-08-15 16:37 UTC (permalink / raw)
  To: alsa-devel

Small improvement to amidi, adding useful functionality.

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 | 61 +++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 59 insertions(+), 16 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-08-23 11:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 16:37 [PATCH v5 0/2] amidi delay option Felipe F. Tonello
2016-08-15 16:37 ` [PATCH v5 1/2] amidi: add " Felipe F. Tonello
2016-08-22 12:43   ` Clemens Ladisch
2016-08-23 10:10     ` Felipe Ferreri Tonello
2016-08-23 10:37       ` Clemens Ladisch
2016-08-23 10:49         ` Felipe Ferreri Tonello
2016-08-23 10:51           ` Clemens Ladisch
2016-08-23 11:24             ` Felipe Ferreri Tonello
2016-08-23 11:46               ` Clemens Ladisch
2016-08-23 11:54                 ` Felipe Ferreri Tonello
2016-08-15 16:37 ` [PATCH v5 2/2] amidi: use GNU getopt_long() proper argument names Felipe F. Tonello
2016-08-15 19:54 ` [PATCH v5 0/2] amidi delay option Takashi Sakamoto
2016-08-22 11:47   ` Takashi Iwai
2016-08-23  9:13     ` Felipe Ferreri Tonello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).