README 824 B

123456789101112131415161718
  1. lsmi (map keyboard/mouse/joystick input to ALSA MIDI sequencer events)
  2. These simple user-space drivers support using certain homemade,
  3. repurposed, or commercial devices as MIDI controllers on Linux, even
  4. though the devices themselves are not capable of generating MIDI
  5. messages; this does not include things like MIDI-over-serial or PIC
  6. based projects, which are true MIDI devices.
  7. Reasons for using this software include: achieving MIDI entry on
  8. machines without MIDI ports, reusing old hardware, pure frugality,
  9. and fun.
  10. This package uses POSIX filesystem capabilities to execute with
  11. elevated privileges (required for realtime audio processing). This
  12. may be considered a security/stability risk. Please read
  13. http://www.slackbuilds.org/caps/ for more information. To disable
  14. capabilities, pass SETCAP=no to the script.