README 771 B

123456789101112131415161718
  1. padthv1 (an old-school polyphonic additive synth)
  2. padthv1 is an an old-school 4-oscillator additive polyphonic synthesizer
  3. with stereo fx. It runs either as a standalone JACK application or an
  4. LV2 instrument plugin. padthv1 is based on the PADsynth algorithm by
  5. Paul Nasca, as a special variant of additive synthesis.
  6. Optional dependencies (autodetected):
  7. lv2 - required to build padthv1's LV2 instrument plugins.
  8. liblo - required for OSC (Open Sound Control) support.
  9. This package uses POSIX filesystem capabilities to execute with
  10. elevated privileges (required for realtime audio processing). This
  11. may be considered a security/stability risk. Please read
  12. http://www.slackbuilds.org/caps/ for more information. To disable
  13. capabilities, pass SETCAP=no to the script.