tree: 92a875b1765264bba131db9a689b2f43cd92a29c [path history] [tgz]
  1. init/
  2. client.cc
  3. client.h
  4. client_tracker.cc
  5. client_tracker.h
  6. client_tracker_test.cc
  7. daemon.cc
  8. daemon.h
  9. device.cc
  10. device.h
  11. device_test.cc
  12. device_tracker.cc
  13. device_tracker.h
  14. device_tracker_test.cc
  15. file_handler.cc
  16. file_handler.h
  17. main.cc
  18. messages.h
  19. midis.gyp
  20. README.md
  21. test_helper.h
  22. udev_handler_mock.h
  23. 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.