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.

85 lines
3.0KB

  1. Source: ardour4-official-v5
  2. Section: sound
  3. Priority: extra
  4. Maintainer: falkTX <falktx@gmail.com>
  5. Build-Depends: cdbs,
  6. autotools-dev,
  7. devscripts,
  8. debhelper,
  9. libasound2-dev,
  10. libjack-dev | libjack-jackd2-dev,
  11. libice-dev, libsm-dev,
  12. libx11-dev, libxext-dev, libxinerama-dev, libxrender-dev,
  13. suil-libs
  14. Standards-Version: 3.9.4
  15. DM-Upload-Allowed: yes
  16. Homepage: http://www.ardour.org/
  17. Package: ardour4
  18. Architecture: any
  19. Section: sound
  20. Depends: ${shlibs:Depends}, ${misc:Depends}
  21. Description: digital audio workstation (graphical gtk2 interface)
  22. Ardour is a multichannel hard disk recorder (HDR) and digital audio
  23. workstation (DAW). It can be used to control, record, edit and run
  24. complex audio setups.
  25. .
  26. Ardour supports pro-audio interfaces
  27. through the ALSA project, which provides high quality, well designed
  28. device drivers and API's for audio I/O under Linux. Any interface
  29. supported by ALSA can be used with Ardour. This includes the
  30. all-digital 26 channel RME Hammerfall, the Midiman Delta 1010 and many
  31. others.
  32. .
  33. Ardour has support for 24 bit samples
  34. using floating point internally, non-linear editing with unlimited undo,
  35. a user-configurable mixer, MTC master/slave capabilities, MIDI hardware
  36. control surface compatibility.
  37. .
  38. It supports MIDI
  39. Machine Control, and so can be controlled from any MMC controller and
  40. many modern digital mixers.
  41. .
  42. Ardour contains a
  43. powerful multitrack audio editor/arranger that is completely
  44. non-destructive and capable of all standard non-linear editing
  45. operations (insert, replace, delete, move, trim, select,
  46. cut/copy/paste). The editor has unlimited undo/redo capabilities and can
  47. save independent "versions" of a track or an entire piece
  48. .
  49. Ardour's editor supports the community-developed LADSPA
  50. plugin standard. Arbitrary chains of plugins can be attached to any
  51. portion of a track. Every mixer strip can have any number of inputs
  52. and outputs, not just mono, stereo or 5.1. An N-way panner is
  53. included, with support for various panning models. Pre- and post-fader
  54. sends exist, each with their own gain and pan controls. Every mixer
  55. strip acts as its own bus, and thus the bus count in Ardour is
  56. unlimited. You can submix any number of strips into another
  57. strip.
  58. .
  59. Ardour's channel capacity is limited only
  60. by the number on your audio interface and the ability of your disk
  61. subsystem to stream the data back and forth.
  62. .
  63. JACK
  64. (the JACK Audio Connection Kit) is used for all audio I/O, permitting
  65. data to be exchanged in perfect samplesync with other applications
  66. and/or hardware audio interfaces.
  67. .
  68. Ardour is
  69. sample rate and size neutral - any hardware formats from 8 to 32 bits,
  70. and rates from 8kHz to 192kHz. Internal processing in 32/64 bit IEEE
  71. floating point format.
  72. .
  73. Further information can be
  74. found at <http://ardour.org/>.
  75. Package: ardour4-dbg
  76. Architecture: any
  77. Section: sound
  78. Depends: ardour4
  79. Description: digital audio workstation (debugging symbols)
  80. This package contains the debug symbols for Ardour4.
  81. .
  82. You don't need it installed unless you need to debug Ardour.