tree: d00f5130ac26d400b7fa988997b1ea7c6fcc0fe0 [path history] [tgz]
  1. init/
  2. daemon.cc
  3. daemon.h
  4. device.cc
  5. device.h
  6. device_test.cc
  7. device_tracker.cc
  8. device_tracker.h
  9. device_tracker_test.cc
  10. file_handler.cc
  11. file_handler.h
  12. main.cc
  13. midis.gyp
  14. README.md
  15. test_helper.h
  16. udev_handler_mock.h
  17. udev_handler_test.cc
midis/README.md

Midis: MIDI Service

ABOUT

Midis (MIDI service) is a system service for processing MIDI(https://en.wikipedia.org/wiki/MIDI) events. It can communicate information about device connection/disconnection to several client applications, and pass file descriptors to these clients to send and receive MIDI messages to and from hardware, respectively.