个人工具

“Ardour4 初学者教程 02 开始入门”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
启动Ardour
第37行: 第37行:
 
[http://brunoruviaro.github.io/ardour4-tutorial/starting-ardour-on-ubuntu/ (原文)]
 
[http://brunoruviaro.github.io/ardour4-tutorial/starting-ardour-on-ubuntu/ (原文)]
  
Simply click on the Ardour icon to start the program.
+
很简单,点击Ardour图标即可启动程序。
  
On Ubuntu, you can find and launch software using the Dash. Tap the “Super” key (or “Super” + “A” to go directly to the Dash App Lens) and type Ardour. You can then click on the Ardour icon, or simply hit Enter when Ardour is the first search result:
+
在Ubuntu系统,您可以使用在Dash分类菜单里找到该软件的启动器。按下''“Super”''超级键(即''“Windows”''窗口键),(或者按下''“Super” + “A”''键直接打开Dash应用分类)然后输入“Ardour”,然后你可以就找到并点击Ardour图标启动程序。如果Ardour是显示的第一个搜索结果,简单回车也可以启动它。
  
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Ubuntu_Dash.png
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Ubuntu_Dash.png
  
Click on Ardour-4 and the program will start.
+
点击'''Ardour-4'''即可启动程序。
  
Once you have started Ardour, the Session Setup window shows up.
+
(注:在UbuntuStudio系统,您可以点击左上角任务栏主菜单,在"音频制作Audio Production"子菜单里就能找到Ardour。)
 +
 
 +
一旦您启动了Ardour,接下来就会出现'''会话设置Session Setup'''窗口。
  
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Session_Setup.png
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Session_Setup.png
  
You can click on New Session to create a brand new session, or you can open an existing session using the Other Sessions options. For now let’s create a fresh session, so click on New Session. The window should now look like the screenshot below.
+
您可以点击'''新建会话New Session'''按钮创建一个全新的会话,或者你使用下方的'''其它会话Other Sessions'''选项,可以打开一个已经存在的回话。现在让我们创建一个新的会话,点击'''新建会话New Session'''按钮,会弹出一个窗口如下图所示。
  
Name your new project and click Open .
+
为您的新建工程输入一个名字,点击'''打开Open''' 。
  
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Session_Setup_2.png
 
http://brunoruviaro.github.io/ardour4-tutorial/images/Ardour4_Session_Setup_2.png
 +
 +
    提示:Avoid 使用
  
 
     TIP: Avoid using any characters other than letters and numbers when naming your session. Avoid white spaces, accented letters, !@#$%*()+, periods, commas, etc. Use dashes or underscores if you like. For example, instead of “My Great Session!”, prefer “My_Great_Session”, or “MyGreatSession”, or “my-great-session”. Instead of “Açaí”, write “Acai” (without accented letters), etc. Once you have created your Ardour session, do not manually rename any folders or files that belong to the Session.
 
     TIP: Avoid using any characters other than letters and numbers when naming your session. Avoid white spaces, accented letters, !@#$%*()+, periods, commas, etc. Use dashes or underscores if you like. For example, instead of “My Great Session!”, prefer “My_Great_Session”, or “MyGreatSession”, or “my-great-session”. Instead of “Açaí”, write “Acai” (without accented letters), etc. Once you have created your Ardour session, do not manually rename any folders or files that belong to the Session.

2015年10月24日 (六) 21:13的版本

启用JACK

(原文)

Ardour 4.X no longer requires that you have JACK (the JACK Audio Connection Kit) installed on your system. But you may want to have JACK available so that Ardour can share audio and MIDI with other Linux audio applications. If you are wondering just what on earth JACK is then take a look here: http://ardour.org/jack.

If you do not plan to use JACK with Ardour, you may skip this section. Otherwise, read on.

In a nutshell, JACK is an audio system which manages connections between Ardour and the soundcard of your computer, and between Ardour and other JACK-enabled audio programs on your computer. Ardour used to require JACK in order to run, but since version 4.0 this is optional.

More info on JACK: http://jackaudio.org/ and http://jackosx.com/.

On Ubuntu, you may use either Qjackctl or Cadence to start and stop JACK and control its settings. If you have a properly configured KXStudio installation, JACK may be already running in the background. If not, you may have to manually start it.

On a Mac, you will need to use JackPilot. This page may be of help: http://en.flossmanuals.net/ardour/ch005_installing-jackosx/ (Warning: details on that page may be outdated. Eventually we hope to include an updated page like that in this tutorial). Using Cadence (Linux)

Launch Cadence. If JACK is already running, you will see a window like this:

Ardour4_JACK_Cadence.png

More info on Cadence: http://kxstudio.sourceforge.net/Documentation:Manual:cadence_introduction Using Qjackctl (Linux)

If using Qjackctl instead, this is how it should look like:

Ardour4_JACK_qjackctl.png

If not yet running, use the “Setup” button to configure JACK, and hit “Start” to start JACK. Using JackPilot (OS X)

Please check this page: http://en.flossmanuals.net/ardour/ch013_starting-jackosx/ (Warning: this page may be outdated. It’s provided here just as a starting point. Eventually we hope to include an updated version of it in this tutorial). JACK Settings

More info on Jack configuration: http://kxstudio.sourceforge.net/Documentation:Manual:jack_configuration (explanation shown using Cadence, but same basic information applies to Setup window in Qjackctl).

启动Ardour

(原文)

很简单,点击Ardour图标即可启动程序。

在Ubuntu系统,您可以使用在Dash分类菜单里找到该软件的启动器。按下“Super”超级键(即“Windows”窗口键),(或者按下“Super” + “A”键直接打开Dash应用分类)然后输入“Ardour”,然后你可以就找到并点击Ardour图标启动程序。如果Ardour是显示的第一个搜索结果,简单回车也可以启动它。

Ardour4_Ubuntu_Dash.png

点击Ardour-4即可启动程序。

(注:在UbuntuStudio系统,您可以点击左上角任务栏主菜单,在"音频制作Audio Production"子菜单里就能找到Ardour。)

一旦您启动了Ardour,接下来就会出现会话设置Session Setup窗口。

Ardour4_Session_Setup.png

您可以点击新建会话New Session按钮创建一个全新的会话,或者你使用下方的其它会话Other Sessions选项,可以打开一个已经存在的回话。现在让我们创建一个新的会话,点击新建会话New Session按钮,会弹出一个窗口如下图所示。

为您的新建工程输入一个名字,点击打开Open

Ardour4_Session_Setup_2.png

   提示:Avoid 使用
   TIP: Avoid using any characters other than letters and numbers when naming your session. Avoid white spaces, accented letters, !@#$%*()+, periods, commas, etc. Use dashes or underscores if you like. For example, instead of “My Great Session!”, prefer “My_Great_Session”, or “MyGreatSession”, or “my-great-session”. Instead of “Açaí”, write “Acai” (without accented letters), etc. Once you have created your Ardour session, do not manually rename any folders or files that belong to the Session.

界面概览

(原文)

开启一个会话

(原文)

设置时间线

(原文)

创建一个音轨或一条总线

(原文)

导入音频

(原文)

录制音频

(原文)

理解路由

(原文)

程序间路由

(原文)

— 返回主目录 —