README 990 B

12345678910111213141516171819202122
  1. fmit (Free Music Instrument Tuner)
  2. fmit (Free Music Instrument Tuner) is a piece of software for tuning
  3. musical instruments, using Qt as a GUI library, supporting ALSA,
  4. PulseAudio, JACK, OSS, or PortAudio for audio input. Features error
  5. and volume history, tuning scales using Scala (.scl) files, microtonal
  6. tuning, harmonic ratios, wave shapes, and more.
  7. fmit will always be built with support for ALSA and PulseAudio. If
  8. jack and/or portaudio are installed, they will be autodetected
  9. (but may be disabled via JACK=no and/or PORTAUDIO=no in the
  10. environment).
  11. If OSS support is desired, export OSS=yes in the environment.
  12. When built with jack support, this package uses POSIX
  13. filesystem capabilities to execute with elevated privileges
  14. (required for realtime audio processing). This may be considered a
  15. security/stability risk. Please read http://www.slackbuilds.org/caps/
  16. for more information. To disable capabilities, pass SETCAP=no to the
  17. script (or JACK=no if you don't need jack).