All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Felipe F. Tonello" <eu@felipetonello.com>
To: alsa-devel@alsa-project.org
Subject: [PATCH v6 0/2] amidi delay option
Date: Tue, 23 Aug 2016 15:09:36 +0100	[thread overview]
Message-ID: <20160823140938.21423-1-eu@felipetonello.com> (raw)

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

             reply	other threads:[~2016-08-23 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23 14:09 Felipe F. Tonello [this message]
2016-08-23 14:09 ` [PATCH v6 1/2] amidi: add delay option Felipe F. Tonello
2016-08-29 23:19   ` Takashi Sakamoto
2016-08-30 10:19     ` Felipe Ferreri Tonello
2016-08-23 14:09 ` [PATCH v6 2/2] amidi: use GNU getopt_long() proper argument names Felipe F. Tonello
2016-08-29 23:22   ` Takashi Sakamoto
2016-08-30 10:18     ` Felipe Ferreri Tonello

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160823140938.21423-1-eu@felipetonello.com \
    --to=eu@felipetonello.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.