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