]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
copyedits and title fixes for session pages
authorDavid Bolton <davidkbolton@gmail.com>
Wed, 3 Jul 2013 03:04:52 +0000 (22:04 -0500)
committerDavid Bolton <davidkbolton@gmail.com>
Wed, 3 Jul 2013 03:04:52 +0000 (22:04 -0500)
_manual/07_working-with-sessions/01_new-session-dialog.html [moved from _manual/07_working-with-sessions/01_the-new-session-dialog.html with 71% similarity]
_manual/07_working-with-sessions/01_the-new-session-dialog/01_audio-setup.html
_manual/07_working-with-sessions/02_whats-in-a-session.html
_manual/07_working-with-sessions/03_where-are-sessions-stored.html

similarity index 71%
rename from _manual/07_working-with-sessions/01_the-new-session-dialog.html
rename to _manual/07_working-with-sessions/01_new-session-dialog.html
index 23c4d0792bb17ce17a308cdf09d93d12236c7033..65c9fc18204797fce66d0539b4fdc93b1d6a520a 100644 (file)
@@ -1,19 +1,23 @@
 ---
 layout: default
-title: The New Session Dialog
+title: New Session Dialog
 ---                        
 
 
   
   
-<h3>New Session Tab</h3>
-<p>In this tab you can type in the name of a session to create in the Name: field.  You can also select a folder for this session to be created in, and if desired a template to create the new session as a copy of.</p>
+<h3>New Session Page</h3>
+<p>In this tab you can type in the name of a session, select a folder to save in, and optionally use an existing <a href="/working-with-sessions/session-templates/">template</a>.</p>
+
+<h4>Advanced Options</h4>
 <p>Under the Advanced Options, you can select specific behaviors that occur by default.  This includes settings whether you wish to create a Master Bus, or a Control Bus, and how many channels you wish either to have.</p>
 <p>  You can also select whether you want Ardour to automatically connect all inputs to the physical ports of your hardware.  If you select this Ardour will do so sequentially, to give an example, the first input of a track or bus will be connected to the first input of your hardware.  The second input of a track or bus will be automatically connected to the second input of your hardware, and so on.  When Ardour reaches the limits of your hardware, it will circle around and begin connecting with the first physical input of your hardware again.  You can limit the number of channels on your physical hardware Ardour uses if you desire, and if that is the case, Ardour will only connect that many physical inputs to your tracks.  Useful if you only want to connect the first input to do some voice over recording for instance.</p>
 <p>  Just like you can tell Ardour not to automatically connect track inputs, you can also modify how it automatically connects the outputs of the track or bus.  By default Ardour will connect all tracks and busses to the Master Bus if there is one.  However you can also tell it to automatically connect each output to the physical outputs of your interface or sound card, and like inputs can also limit the amount of physical outputs used, so for instance if you only have stereo monitors attached to the first two outputs of your sound card, you would not want Ardour to automatically connect to the next 6 that may be there with nothing attached to them.</p>
-<h3>Open Session Tab</h3>
-<p>The Open Session Tab will allow you to open an already existing session.  You can also open any snapshot of a particular session by clicking on the arrow next to the session name to display all snapshots, and then selecting a snapshot.  If a session is not displayed by default in the dialog you can click on the button next to "Browse" in order to bring up a file selection dialog to navigate your hard drive to find the file.</p>
-<h3>Audio Setup Tab</h3>
+
+<h3>Open Session Page</h3>
+<p>The Open Session Tab lets you to open an existing session.  You can also open any <a href="/working-with-sessions/snapshots/">snapshot</a> of a particular session by clicking on the arrow next to the session name to display all snapshots, and then selecting a snapshot.  If a session is not displayed by default in the dialog you can click on the button next to "Browse" in order to bring up a file selection dialog to navigate your hard drive to find the file.</p>
+
+<h3>Audio Setup Page</h3>
 <p>More details on this dialog/tab can be found below. Note that this tab is not visible if JACK is already running when the New Session dialog is displayed.</p>
   
 
index c3f0a0417c3032412d6b214402b1d7d99c4b0cf8..74e26d18cc9dca16b52f405bb9d61d75fccafb77 100644 (file)
@@ -32,10 +32,8 @@ title: Audio Setup
 
   <dt>Interface</dt>
   <dd>
-    The selector should show all availiable interfaces that driver
-    provides that are duplex capable for Ardour to
-    use. <strong>Important</strong> if you are using an Intel Mac running
-    OS X and the builtin audio interface, you must
+    The selector should show all the supported interfaces that the are duplex capable (i.e. support input and output to and from Ardour). <strong>Important</strong> if you are using an Intel Mac running
+    OS X and the built-in audio interface, you must
     first <a href="/setting-up-your-system/using_more_than_one_audio_device">merge
       its separate input and output devices into a single "aggregate
       device"</a> before Ardour will be able to use it.
@@ -71,12 +69,11 @@ title: Audio Setup
 
 <h3>Advanced Tab</h3>
 <p> 
-  The Advanced tab will allow you to set some advanced settings that
+  The Advanced tab lets you to set some advanced settings that
   are rarely needed.  By default the input and output channels will
   automatically try to give you the amount of inputs and outputs as
   requested by the software, however some software doesn't always
-  request as many as you need, this can provide more to software that
-  can handle it.
+  request as many as you need. This option provides more channels to software that can handle it.
 </p>
 
 
index 7ab45b84f82607231f937d1ac3159a4ebfd26fd9..3d0db90dc0c90af177b93be852ee744e88c64a5a 100644 (file)
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: What's In A Session?
+title: What's in a Session?
 ---                        
 
 
@@ -11,7 +11,7 @@ title: What's In A Session?
 <ul>
 <li>    The main session snapshot (session_name.ardour)
 </li>
-<li>    Any additional snapshots (filenames ending in ardour)
+<li>    Any additional snapshots (filenames ending in .ardour)
 </li>
 <li>    the auto-backup snapshot (session_name.ardour.bak)
 </li>
index 2d6e768490a2ca3353fd240bbada76ce3645601a..d8e29fd752b45f845bf9bfb72e83b64152da8db4 100644 (file)
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Where are Sessions Stored?
+title: Where Are Sessions Stored?
 ---                        
 
 
@@ -8,5 +8,5 @@ title: Where are Sessions Stored?
   
 <p>Sessions are stored in a single folder on your computer's filesystem. </p>
 <p>The first time you run Ardour, you will be asked where you would like the default location for sessions to be, with the initial choice being your home folder. </p>
-<p>You can change it in that startup dialog, or later via <code>Edit &gt; Preferences &gt; Misc &gt; Session Management</code>. You can also specify a particular (different) location for a session when creating it, in the New Session dialog.</p>
+<p>After the first-run dialog, you can still change the default location at any time via <code>Edit &gt; Preferences &gt; Misc &gt; Session Management</code>. You can also specify a particular (different) location for a session when creating it, in the <a href="/working-with-sessions/new-session-dialog/">New Session dialog</a>.</p>