Thread (4 messages) flat view 4 messages, 2 authors, 2017-01-04
STALE3535d

Revision v5 of 2 in this series.

Revisions (2)
  1. v4 [diff vs current]
  2. v5 current

[PATCH BlueZ v5 0/2] MIDI over BLE implementation

From: Felipe F. Tonello <hidden>
Date: 2017-01-03 17:30:05

This patchset implements the MIDI over BLE spec, more information on patch #1.

Patch #2 is some unit-tests to make sure the MIDI parser works properly.

Changes from v4:
 * Fixed valgrind's memory corruption warning
 * Added some asserts where needed
 * Minor improvements on libmidi API
 * Fixed potential memory leak in case of initialization errors
 * More unit-test checks

Changes from v3:
 * Splited patch in two (main profile and unit-test)
 * Some refactor on duplicated and complex code
 * Removed usage of GLib types

Changes from v2:
 * Removed _GNU_SOURCE (not used)
 * Appended " Bluetooth" to the ALSA-Seq port name
 * Changed configuration from alsa to midi (--disable-midi)

Changes from v1:
 * Fixed typos in commit message
 * Minor improves on the SysEx parser

Felipe F. Tonello (2):
  profiles/midi: Added MIDI over BLE profile implementation
  unit/test-midi: Added libmidi use-case tests

 Makefile.am             |  14 +-
 Makefile.plugins        |   8 +
 configure.ac            |  11 +
 profiles/midi/libmidi.c | 459 +++++++++++++++++++++++++++++++++++
 profiles/midi/libmidi.h | 122 ++++++++++
 profiles/midi/midi.c    | 490 +++++++++++++++++++++++++++++++++++++
 unit/test-midi.c        | 628 ++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 1731 insertions(+), 1 deletion(-)
 create mode 100644 profiles/midi/libmidi.c
 create mode 100644 profiles/midi/libmidi.h
 create mode 100644 profiles/midi/midi.c
 create mode 100644 unit/test-midi.c

-- 
2.11.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help