From a31975d6351c693e9658b9a998b6551b81fd5ae2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Nov 2008 09:58:21 +0000 Subject: [PATCH] remove all DOC files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4220 d708f5d6-7413-0410-9779-e7cbd77b26cf --- DOCUMENTATION/AUTHORS | 7 -- DOCUMENTATION/BUILD | 7 -- DOCUMENTATION/CONTRIBUTORS | 7 -- DOCUMENTATION/TODO | 232 ------------------------------------- DOCUMENTATION/TRANSLATORS | 7 -- DOCUMENTATION/ardour.1 | 72 ------------ DOCUMENTATION/ardour.1.es | 72 ------------ DOCUMENTATION/ardour.1.fr | 71 ------------ DOCUMENTATION/ardour.1.ru | 84 -------------- 9 files changed, 559 deletions(-) delete mode 100644 DOCUMENTATION/AUTHORS delete mode 100644 DOCUMENTATION/BUILD delete mode 100644 DOCUMENTATION/CONTRIBUTORS delete mode 100644 DOCUMENTATION/TODO delete mode 100644 DOCUMENTATION/TRANSLATORS delete mode 100644 DOCUMENTATION/ardour.1 delete mode 100644 DOCUMENTATION/ardour.1.es delete mode 100644 DOCUMENTATION/ardour.1.fr delete mode 100644 DOCUMENTATION/ardour.1.ru diff --git a/DOCUMENTATION/AUTHORS b/DOCUMENTATION/AUTHORS deleted file mode 100644 index 6dc094b649..0000000000 --- a/DOCUMENTATION/AUTHORS +++ /dev/null @@ -1,7 +0,0 @@ -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - - Full information on Ardour's authors can be found at: - - http://ardour.org/development - -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/DOCUMENTATION/BUILD b/DOCUMENTATION/BUILD deleted file mode 100644 index b47d3f6794..0000000000 --- a/DOCUMENTATION/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - - Full information on building Ardour can be found at: - - http://ardour.org/building - -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/DOCUMENTATION/CONTRIBUTORS b/DOCUMENTATION/CONTRIBUTORS deleted file mode 100644 index 55e8c6649a..0000000000 --- a/DOCUMENTATION/CONTRIBUTORS +++ /dev/null @@ -1,7 +0,0 @@ -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - - Full information on Ardour's contributors can be found at: - - http://ardour.org/development - -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/DOCUMENTATION/TODO b/DOCUMENTATION/TODO deleted file mode 100644 index 6fbbdb9d98..0000000000 --- a/DOCUMENTATION/TODO +++ /dev/null @@ -1,232 +0,0 @@ -ARDOUR TO-DO: $Id$ ----------------------------------------------------------------------- - -ITEMS REQUIRED FOR 1.0 ----------------------- - -* Automation - - must be able to apply a fade to a selected range -* Drag handles for region/xfade curves - -* ensure I/O port is selected in connection dialog -* add a small buffer near the left edge of the editor canvas to - make mouse operations near that edge easier to get right -* context menus everywhere - - edit groups - - mix groups - - track lists - - region list - - click button - - (miscellany) - -* propagate name changes to equivalent regions in region list -* destroy region removes equivalent regions from region list -* fix edit group visibility toggle - -META ITEMS ----------- - -* there must be a manual - -POST 1.0 WORK -------------- -* make region state of a playlist be position,length,layer, and save - that for BoundsChange or Layer change. -* automation modes (from protools): - - relative trim - - etc. -* 2-step file expunge -* allow sends/inserts and perhaps plugins to be named -* popup a big panner -* mix groups (adding new kinds of relationships to the groups, as per - old ideas from tom pincince) -* add meter range control -* change meter tap point -* cassowary-based constraints for edit groups -* serializing the edit history (i have a plan for this now) -* gtk2 port -* like, totally rock, dude. -* make rulers reorderable -* set of useful click sounds -* use snapshot mechanism to provide persistent undo/redo - - needs better integration of automation state - into session state. -* duplicate-with-gap -* panner multichannel backend code -* select new port display when its created -* copy/paste io configurations -* Better temporal navigation -* new region via plugin. -* digital input trim. -* possibly allow metering max-level adjustment at run-time -* use multi-loop-take ala Samplitude/PT -* song mode autonames for locate points - intro, verse1, verse N, chorus, bridge, outro/tag -* different clock display modes: - elapsed - remaining - time since location start - time till location end -* handle missing audio sources when loading -* option/action to snap selection to zero crossings -* pitch shift? - -- Some global solo routing buttons and a sine/noise generator to - test all the connections. Possibly a talkback input and - control. Pretty much like the equivalent strip on a analog - console. - -WAITING FOR GTK+/gtkmm 2.0: ---------------------------- -general gtkmmext::ui solution to delete_event in recursive Gtk::Main::run() -float<->ulong conversion in a GtkAdjustment (GTK2 uses doubles) - * fix the problems caused by range (float) limits on Locations. -figure out how to get frames/timebars to extend to max_frames. - -UNDO ITEMS ----------- -track height? -capture? -I/O connection state, etc. - -BUGS ----- - -initial Tempo marker can be dragged -duplicate region names can be created automatically - -THREAD QUESTIONS ----------------- - - which thread should: - - change playlists on a diskstream? - - change diskstreams on a track? (we don't support that in the UI) - - - can we reliably construct a copy of the RT state, instead of - using locks everywhere? - -NOTES FROM THE MAILING LISTS ----------------------------- - --- gerard -- - -Region gain has some bugs. They dissappear when trimming. Don't always -playback correctly. - -I had some strange things with a chunk where the last region seemed to use -the audio file as a peakfile. It played back correctly, but it showed up -frames_per_peak too large. - --- gerard2 --- - -Automation. -I see that automation editing is in the TODO. How about the whole deal: -Changing it during aplay. relative or absolute, latch (is that the word) or -momentary override etc -Is this for >1.0 ? It is not that important for me but maybe for some -folks... - -Better metering configurability. Post/pre etc. - -Gui interface consistency. - -more keyboard shortcuts for f.i. (are they hard to add?): - -arrow keys to move selection from region to region - -seperate region. This one can be the same for split region, if there is - a range selected seperate, if not split. - - -Should playhead also snap to grid? - -Adding/removing snapshots through snapshot pane. - -I would prefer to move the pre and post roll adjustments to the options -menu, and have a start/end/duration of selection clocks. - -A way to deal with misbehaving plugins. They shouldn't be able to freeze -ardour. - -What is the current (and planned) edit-group functionality? It doesn't seem -to much. - ------ - -make use of transients a run-time option -panning for export - -mute automation event - -region length/end editor clocks don't modify position - -should we allow N-channels regions to be inserted into non-N-channel routes? - -auto-crossfades are unreliable/hard to predict/confusing -reset declick curves when doing a region copy (only if auto-crossfading?) - -audio clock editing - - make drag work again - - use tick field - -post fader plug/inserts get into a very inconsistent state wrt active/not active -mixer strip widths are not persistent across state save/restore -automation-read updates in mixer-strip in editor -don't initiate MIDI binding if there is no MMC control -export to audiofile - - exports tracks not marked for export (?) - - contains clicks/pops even with no SRC/dither (FIXED?) - -timefx region length error (check back with audacity crew) -send gain control is clicky. -some regionview names don't seem sensitive to canvas events -splice mode needs to work correctly all the time, at the right times -removing a port then adding a new one can cause duplicate names -plugin automation buttons don't update from a plugin signal -how to handle multichannel selections -apparently selected location on startup of locations window, or - when creating new location from selection is *not* selected -source/region naming/region list display - -LONG TERM CHECKING ------------------- -RT-ness of all RT-thread STL usage - -GUI DETAILS ------------ -Use mouse wheel events (button4/5) -Remove regions from region list -Some location window ops need dbl click, some don't - - -CHROME ------- -make prompters look nicer still. -make ladspa plugin selector look nicer -don't popup "no group" when there are no groups (mixer strip). -fix bug in Gtkmmext with wrapping on Gtkmmext::ClickBox -make region editors look nicer -region editor audition button doesn't pop up after audition is finished -allow same color for all streamviews - -AUDIO STREAM ------------- - -[ These are JACK TODO's ] - -* need to ensure that cards like the Hammerfall are really set - to the correct sample rate when connected to an external - clock source. -* ::connect_to_session() should indicate a problem if the - sample rate is wrong .... - -MIDI Machine Control ------------------------ - -* handle stupid Mackie TC buttons -* send MMC rec-enable messages -* allow control (MMC/Local) selection to work -* make sure that MMC ID works - -EDITOR, etc. ------------- - -* "use location to define selection" diff --git a/DOCUMENTATION/TRANSLATORS b/DOCUMENTATION/TRANSLATORS deleted file mode 100644 index a90ef33fe8..0000000000 --- a/DOCUMENTATION/TRANSLATORS +++ /dev/null @@ -1,7 +0,0 @@ -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - - Full information on Ardour's translators can be found within - the "About" window of the program - - -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/DOCUMENTATION/ardour.1 b/DOCUMENTATION/ardour.1 deleted file mode 100644 index cca40787b9..0000000000 --- a/DOCUMENTATION/ardour.1 +++ /dev/null @@ -1,72 +0,0 @@ -.TH ARDOUR 1 2002-12-29 -.SH NAME -ardour \- a digital audio workstation -.SH SYNOPSIS -ardour -.B \-b -.RB [ \-U -.IR file ] -.RI [ session ] -.br -ardour -.B \-\-help -.SH DESCRIPTION -Ardour is a multichannel hard disk recorder (HDR) and digital audio -workstation (DAW). -It is capable of simultaneous recording 24 or more channels of 32 bit audio at -48kHz. -Ardour is intended to function as a "professional" HDR system, replacing -dedicated hardware solutions such as the Mackie HDR, the Tascam 2424 and more -traditional tape systems like the Alesis ADAT series. -It is also intended to provide the same or better functionality as software -systems such as ProTools, Samplitude, Logic Audio, Nuendo and Cubase VST (we -acknowledge these and all other names as trademarks of their respective -owners). -It supports MIDI Machine Control, and so can be controlled from any MMC -controller, such as the Mackie Digital 8 Bus mixer and many other modern -digital mixers. -.SH OPTIONS -.TP -.B \-b -Print all possible keyboard binding names. -.TP -.B \-U -Specify the path to the GTK RC file to use. -The provided one is called -.B ardour_ui.rc -and lives in the top level Ardour source directory. -This file controls all color and font use within Ardour. -Ardour will run without it, but its appearance is, uhm, ugly. -.TP -.B \-\-help -Displays the help message. -.SH FILES -.TP -.B ardour.rc -Defaults and startup settings for Ardour. -.TP -.B ardour_ui.rc -Definitions for the Ardour interface. -.SH ENVIRONMENT -.TP -.B ARDOUR_RC -Path to ardour.rc. -.TP -.B ARDOUR_SYSTEM_RC -Path to the ardour_system.rc -.TP -.B LADSPA_PATH -Path to LADSPA plugins. -.SH BUGS -Yes. -http://ardour.org/mantis is the preferred bugtracker. -.SH AUTHOR -Paul Davis. -Do -.I not -contact him directly. -Instead, -contact him at . -You can subscribe here: -.br -http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org diff --git a/DOCUMENTATION/ardour.1.es b/DOCUMENTATION/ardour.1.es deleted file mode 100644 index d58a037df4..0000000000 --- a/DOCUMENTATION/ardour.1.es +++ /dev/null @@ -1,72 +0,0 @@ -.TH ARDOUR 1 2002-12-29 -.SH NOMBRE -ardour \- una estación de trabajo de audio digital -.SH SINOPSIS -ardour -.B \-b -.RB [ \-U -.IR archivo ] -.RI [ sesión ] -.br -ardour -.B \-\-help -.SH DESCRIPCIÓN -Ardour graba multiples canales simultáneos a disco rigido (HDR) y es una -estación de trabajo de audio digital (DAW). -Es capaz de grabar 24 o mas canales simultáneamente con calidad de audio -de 32 bit y a 48khz. -La inteción de Ardour es funcionar como un sistema HDR "profesional", -reemplazando soluciones de hardware dedicado como la Mackie HDR, el -Tascam 2424 y otros sistemas tradicionales que emplean cinta como la -linea de ADATs de Alesis. -Tambien se busca igualar o mejorar la funcionalidad de sistemas -basados en software como ProTools, Samplitude, Logic Audio, -Nuendo y Cubase VST (reconocemos a estos y a todos los nombres ya -mencionados, como marcas registradas de sus respectivos dueños). -Ardour soporta Control de Maquina MIDI, por lo que puede ser controlado -desde cualquier controladora MMC, como la "Mackie Digital 8 Bus Mixer" -y otros mixers digitales modernos. -.SH OPCIONES -.TP -.B \-b -Muestra todos los comandos asignables a teclas del teclado. -.TP -.B \-U -Especifica el archivo de interface visual. -El que viene provisto por Ardour se llama -.B ardour_ui.rc -y se lo puede encontrar en el primer nivel de la carpeta del código de Ardour. -Este archivo controla todos los colores y fuentes usados por Ardour. -Ardour funcionará sin este, pero se verá, uhm, feo. -.TP -.B \-\-help -Muestra el mensaje de ayuda. -.SH ARCHIVOS -.TP -.B ardour.rc -Configuraciones preestablecidas y de inicio de Ardour. -.TP -.B ardour_ui.rc -Configuraciones de la interface visual de Ardour. -.SH VARIABLES -.TP -.B ARDOUR_RC -Ubicación del archivo ardour.rc. -.TP -.B ARDOUR_SYSTEM_RC -Ubicación del archivo ardour_system.rc. -.TP -.B LADSPA_PATH -Ubicación de plugins LADSPA. -.SH BUGS (Errores en el codigo) -Si. -.SH AUTOR -Paul Davis. -.I No -intente -contactarlo directamente. -En cambio, -mande un email a . -Usted puede suscribirse a: -.br -http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org diff --git a/DOCUMENTATION/ardour.1.fr b/DOCUMENTATION/ardour.1.fr deleted file mode 100644 index 368cb81919..0000000000 --- a/DOCUMENTATION/ardour.1.fr +++ /dev/null @@ -1,71 +0,0 @@ -.TH ARDOUR 1 2002-12-29 -.SH NOM -ardour \- une station de travail audio-numérique -.SH SYNOPSIS -ardour -.B \-b -.RB [ \-U -.IR fichier ] -.RI [ session ] -.br -ardour -.B \-\-help -.SH DESCRIPTION -Ardour est un enregistreur sur disque dur multi-canaux (HDR) et une station de -travail audio-numérique (DAW). -Il est capable d'enregistrer simultanément 24 ou plus canaux audio 32 bits à -48 kHz. -Ardour a pour vocation de fonctionner comme un enregistreur sur disque dur -"professionnel", en remplacement de solutions matérielles dédiées comme le -Mackie HDR, le Tascam 2424 et les plus traditionnels système à bande tels que -la série Alesis ADAT. -Il est aussi conçu pour procurer les mêmes ou de meilleures fonctionnalités -que des systèmes logiciels comme ProTools, Samplitude, Logic Audio, Nuendo et -Cubase VST (nous reconnaissons ces marques comme marques déposées appartenant -à leurs propriétaires respectifs). -Il supporte MIDI Machine Control, et peut ainsi être contrôlé depuis -n'importe quel contrôleur MMC, comme le Mackie Digital 8 Bus mixer et de nombreux autres mélangeurs audio-numériques modernes. -.SH OPTIONS -.TP -.B \-b -Affiche tous les noms des codes clavier possibles. -.TP -.B \-U -Indiquer le chemin vers le fichier GTK RC à utiliser. -Le fichier fourni s'appelle -.B ardour_ui.rc -et se trouve dans la racine du répertoire du code source d'Ardour. -Ce fichier gère l'utilisation de toutes les couleurs et polices de caractère -dans Ardour. -Ardour fonctionnera sans, mais son aspect sera, disons, affreux. -.TP -.B \-\-help -Affiche le message d'aide. -.SH FICHIERS -.TP -.B ardour.rc -Paramètre par défaut et de démarrage d'Ardour. -.TP -.B ardour_ui.rc -Définitions pour l'interface d'Ardour. -.SH ENVIRONNEMENT -.TP -.B ARDOUR_RC -Chemin vers ardour.rc. -.TP -.B ARDOUR_SYSTEM_RC -Chemin vers ardour_system.rc -.TP -.B LADSPA_PATH -Chemin vers les greffons LADSPA. -.SH BOGUES -Oui. -.SH AUTEUR -Paul Davis. -Ne -.I pas -le contacter directement. -Contactez-le plutôt à . -Vous pouvez vous inscrire ici : -.br -http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org diff --git a/DOCUMENTATION/ardour.1.ru b/DOCUMENTATION/ardour.1.ru deleted file mode 100644 index 06ab1146f5..0000000000 --- a/DOCUMENTATION/ardour.1.ru +++ /dev/null @@ -1,84 +0,0 @@ -.TH "ARDOUR" "1" "2004-05-10" "" "" -.SH "éíñ" -ardour \- ÒÁÂÏÞÁÑ ÓÔÁÎÃÉÑ ÄÌÑ ÃÉÆÒÏ×ÏÊ ÏÂÒÁÂÏÔËÉ Ú×ÕËÁ -.SH "ïâúïò" -ardour -.B \-b -.RB [ \-U -.I R ÆÁÊÌ ] -.RI [ ÓÅÓÓÉÑ ] -.br -ardour -.B \-\-help -.SH "ïðéóáîéå" -Ardour \- ÜÔÏ ÐÒÏÇÒÁÍÍÁ ÄÌÑ ÍÎÏÇÏËÁÎÁÌØÎÏÊ ÚÁÐÉÓÉ ÎÁ Ö£ÓÔËÉÊ ÄÉÓË -(hard disk recorder \- HDR) É ÏÄÎÏ×ÒÅÍÅÎÎÏ ÒÅÄÁËÔÏÒ ÄÌÑ ÃÉÆÒÏ×ÏÊ ÏÂÒÁÂÏÔËÉ Ú×ÕËÁ -(digital audio workstation \- DAW). -.br -ïÎ ÓÐÏÓÏÂÅÎ ÚÁÐÉÓÙ×ÁÔØ ÏÄÎÏ×ÒÅÍÅÎÎÏ ÄÏ 24 ÉÌÉ ÂÏÌÅÅ ËÁÎÁÌÏ× 32\-ÂÉÔÎÙÈ -ÁÕÄÉÏÄÁÎÎÙÈ Ó ÞÁÓÔÏÔÏÊ ÄÉÓËÒÅÔÉÚÁÃÉÉ 48 ËçÃ. -Ardour ÎÁÃÅÌÅÎ ÒÁÂÏÔÁÔØ ËÁË "ÐÒÏÆÅÓÓÉÏÎÁÌØÎÁÑ" HDR\-ÓÉÓÔÅÍÁ, ÓÐÏÓÏÂÎÁÑ -ÚÁÍÅÎÉÔØ ÔÁËÉÅ ÁÐÐÁÒÁÔÎÙÅ ÒÅÛÅÎÉÑ ËÁË Mackie HDR, Tascam 2424 É ÍÎÏÇÉÅ -ÔÒÁÄÉÃÉÏÎÎÙÅ ÓÉÓÔÅÍÙ ÚÁÐÉÓÉ ÎÁ ÍÁÇÎÉÔÎÕÀ ÌÅÎÔÕ, ÎÁÐÒÉÍÅÒ ÓÅÒÉÀ Alesis ADAT. -ôÁËÖÅ ÐÒÅÓÌÅÄÕÅÔÓÑ ÃÅÌØ ÏÂÅÓÐÅÞÉÔØ ÆÕÎËÃÉÏÎÁÌØÎÏÓÔØ ÁÎÁÌÏÇÉÞÎÕÀ ÉÌÉ ÄÁÖÅ ÂÏÌØÛÕÀ -ÐÏ ÓÒÁ×ÎÅÎÉÀ Ó ÔÁËÉÍÉ ÐÒÏÇÒÁÍÍÎÙÍÉ ÐÒÏÄÕËÔÁÍÉ ËÁË ProTools, Samplitude, Logic Audio, -Nuendo and Cubase VST (ÍÙ ÐÒÉÚÎÁ£Í, ÞÔÏ ÜÔÉ É ÄÒÕÇÉÅ ÎÁÉÍÅÎÏ×ÁÎÉÑ Ñ×ÌÑÀÔÓÑ -ÔÏÒÇÏ×ÙÍÉ ÍÁÒËÁÍÉ, ËÏÔÏÒÙÅ ÐÒÉÎÁÄÌÅÖÁÔ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÍ ÏÂÌÁÄÁÔÅÌÑÍ). -.br -éÍÅÅÔÓÑ ÐÏÄÄÅÒÖËÁ MIDI Machine Control (MMC), × ÔÏÍ ÞÉÓÌÅ ×ÏÚÍÏÖÎÏ É -ÕÐÒÁ×ÌÅÎÉÅ ÏÔ ÌÀÂÏÇÏ MMC\-ËÏÎÔÒÏÌÌÅÒÁ, ÎÁÐÒÉÍÅÒ, ÔÁËÏÇÏ ËÁË ÍÉËÛÅÒ Mackie Digital -8 Bus ÉÌÉ ÌÀÂÏÇÏ ÄÒÕÇÏÇÏ ÓÏ×ÒÅÍÅÎÎÏÇÏ ÍÉËÛÅÒÁ. -.SH "ëìàþé ëïíáîäîïê óôòïëé" -.TP -.B \-b, \-\-bindings -÷Ù×ÅÓÔÉ ÓÐÉÓÏË ÄÏÓÔÕÐÎÙÈ "ÇÏÒÑÞÉÈ" ËÌÁ×ÉÛ. -.TP -.B \-n, \-\-no\-splash -îÅ ×Ù×ÏÄÉÔØ ÚÁÓÔÁ×ËÕ. -.TP -.B \-U, \-\-ui\-rcfile ÐÕÔØ -õËÁÚÁÔØ ÐÕÔØ Ë ÆÁÊÌÕ ÏÐÉÓÁÎÉÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ (GTK RC). -÷ Î£Í ÏÐÒÅÄÅÌÅÎÙ ×ÓÅ ÛÒÉÆÔÙ É Ã×ÅÔÁ ÜÌÅÍÅÎÔÏ× ÉÎÔÅÒÆÅÊÓÁ Ardour. -æÁÊÌ ÄÏÌÖÅÎ ÉÍÅÎÏ×ÁÔØÓÑ ËÁË -.B ardour_ui.rc -, ÅÇÏ ÛÁÂÌÏÎ ÎÁÈÏÄÉÔÓÑ × ËÏÒÎÅ×ÏÍ ËÁÔÁÌÏÇÅ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× Ardour. -Ardour ÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ É ÂÅÚ ÎÅÇÏ, ÎÏ ×ÎÅÛÎÉÊ ×ÉÄ ÉÎÔÅÒÆÅÊÓÁ ÂÕÄÅÔ ÂÅÚÏÂÒÁÚÎÙÍ. -.TP -.B \-c, \-\-jack\-client\-name ÉÍÑ -éÓÐÏÌØÚÏ×ÁÔØ ÄÒÕÇÏÅ ÉÍÑ jack\-ËÌÉÅÎÔÁ, ardour ÐÏ ÕÍÏÌÞÁÎÉÀ. -.TP -.B \-v, \-\-version -éÎÆÏÒÍÁÃÉÑ Ï ×ÅÒÓÉÉ ÐÒÏÇÒÁÍÍÙ. -.TP -.B \-h, \-\-help -ðÏËÁÚÁÔØ ÓÐÒÁ×ËÕ. -.SH "æáêìù" -.TP -.B ardour.rc -îÁÓÔÒÏÊËÉ ÐÏ ÕÍÏÌÞÁÎÉÀ É ÕÓÔÁÎÏ×ËÉ "ÇÏÒÑÞÉÈ" ËÌÁ×ÉÛ ÄÌÑ Ardour. -.TP -.B ardour_ui.rc -ïÐÉÓÁÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌØÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ Ardour. -.SH "ïëòõöåîéå" -.TP -.B ARDOUR_RC -ðÕÔØ Ë ÆÁÊÌÕ ardour.rc. -.TP -.B ARDOUR_SYSTEM_RC -ðÕÔØ Ë ÆÁÊÌÕ ardour_system.rc -.TP -.B LADSPA_PATH -ðÕÔØ Ë ÍÏÄÕÌÑÍ (ÐÌÁÇÉÎÁÍ) LADSPA. -.SH "ïûéâëé ÷ ðòïçòáííå" -äÁ, ÉÍÅÀÔÓÑ. -.SH "á÷ôïò" -Paul Davis (ðÏÌ äÜ×ÉÓ). -ðÏÖÁÌÕÊÓÔÁ, -.I ÎÅ ÏÂÒÁÝÁÊÔÅÓØ -Ë ÎÅÍÕ ÎÁÐÒÑÍÕÀ. -ó×ÑÚÁÔØÓÑ Ó ÎÉÍ É ÄÒÕÇÉÍÉ ÒÁÚÒÁÂÏÔÞÉËÁÍÉ ÍÏÖÎÏ ÏÔÐÒÁ×É× ÓÏÏÂÝÅÎÉÅ × ÓÐÉÓÏË ÒÁÓÓÙÌËÉ, -. -.br -÷Ù ÍÏÖÅÔÅ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ÎÅÇÏ ÐÏ ÁÄÒÅÓÕ: -.br -http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org -- 2.30.2