README 854 B

123456789101112131415161718
  1. jack-keyboard (virtual MIDI keyboard)
  2. jack-keyboard is a virtual MIDI keyboard - a program that allows you to
  3. send JACK MIDI events (play ;-) using your PC keyboard. It's somewhat
  4. similar to vkeybd, except it uses JACK MIDI instead of ALSA, and the
  5. default keyboard mapping is much better - it uses the same layout as
  6. trackers (like Impulse Tracker) did, so you have two and half octaves
  7. under your fingers.
  8. Optional dependency: lash. By default, this is autodetected. If you want
  9. to disable building with lash, set LASH=no in the script's environment.
  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.