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.

84 lines
3.0KB

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