tree: e0175330eb9977abbfdc1090fd4e518729a8d3c0 [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. constants.h
  8. daemon.cc
  9. daemon.h
  10. device.cc
  11. device.h
  12. device_test.cc
  13. device_tracker.cc
  14. device_tracker.h
  15. device_tracker_test.cc
  16. file_handler.cc
  17. file_handler.h
  18. main.cc
  19. messages.h
  20. midis.gyp
  21. README.md
  22. subdevice_client_fd_holder.cc
  23. subdevice_client_fd_holder.h
  24. test_helper.h
  25. udev_handler_mock.h
  26. 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.