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