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.

88 lines
3.2KB

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