External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
876B

  1. Source: tunefish4
  2. Section: sound
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-audio-plugin-tester (>= 13),
  7. distrho-juce-6.0-dev,
  8. python
  9. Standards-Version: 4.5.0
  10. Homepage: https://tunefish-synth.com/
  11. XSC-KXStudio-VCS: https://github.com/DISTRHO-Ports/tunefish4/
  12. Rules-Requires-Root: no
  13. Package: tunefish4
  14. Architecture: amd64
  15. Depends: ${shlibs:Depends}, ${misc:Depends}
  16. Provides: lv2-plugin, vst-plugin
  17. Description: tiny virtual synthesizer
  18. Tunefish is a very tiny virtual analog synthesizer.
  19. It is developed to fit into about 10kb of compressed machine code while still producing an audio quality that can compete with commercial synthesizers.
  20. This plugin, unlike the version of TF which is used in 64k intros is of course larger, mainly because it has a UI and uses the excellent Juce framework for C++.