]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/02_introducing-ardour/02_understanding-basic-concepts-and-terminology.html
Hunt for dead links
[ardour-manual] / _manual / 02_introducing-ardour / 02_understanding-basic-concepts-and-terminology.html
index 82189eb965381ea01c8974b1ecd2c73d427f29b3..839417450ed1948f5af8fc72ec6e5d703f4ee76f 100644 (file)
@@ -13,7 +13,8 @@ title: Understanding Basic Concepts and Terminology
 <p>
   An <dfn>Ardour session</dfn> is a container for an entire project. A
   session may contain an arbitrary number of <dfn>tracks</dfn> and
-  <dfn>busses</dfn> consisting of audio and MIDI data, along with
+  <dfn>busses</dfn> consisting of audio and <abbr title="Musical Instrument
+  Digital Interface">MIDI</abbr> data, along with
   information on processing those tracks, a mix of levels, and everything
   else related to the project. A session might typically contain a song, or
   perhaps an entire album or a complete live recording.
@@ -26,10 +27,11 @@ title: Understanding Basic Concepts and Terminology
   other details.
 </p>
 <p>
-  Ardour's session file is kept in XML format, which is advantageous as it
-  is somewhat human-readable, and human-editable in a crisis. Sound files
-  are stored in one of a number of optional formats, and MIDI files as SMF
-  (standard MIDI format).
+  Ardour's session file is kept in 
+  <abbr title="eXtensible Markup Language">XML</abbr> format, which is
+  advantageous as it is somewhat human-readable, and human-editable in a
+  crisis. Sound files are stored in one of a number of optional formats, and
+  MIDI files as <abbr title="Standard MIDI File">SMF</abbr>.
 </p>
 <p>
   It is also possible for Ardour sessions to reference sound and MIDI files
@@ -42,7 +44,7 @@ title: Understanding Basic Concepts and Terminology
 </p>
 <p>
   More details can be found at 
-  <a href="/working-with-sessions">Working With Sessions</a>.
+  <a href="/working-with-sessions/">Working With Sessions</a>.
 </p>
 
 <h2>Tracks</h2>
@@ -73,7 +75,7 @@ title: Understanding Basic Concepts and Terminology
 </p>
 <p>
   More details can be found at
-  <a href="/working-with-tracks">Working With Tracks</a>.
+  <a href="/working-with-tracks/">Working With Tracks</a>.
 </p>
 
 <h2 id="busses">Busses</h2>
@@ -104,7 +106,7 @@ title: Understanding Basic Concepts and Terminology
 </p>
 <p>
   More details can be found at
-  <a href="/working-with-regions">Working With Regions</a>.
+  <a href="/working-with-regions/">Working With Regions</a>.
 </p>
 
 <h2>Playlists</h2>
@@ -116,7 +118,7 @@ title: Understanding Basic Concepts and Terminology
 </p>
 <p>
   More details can be found at
-  <a href="/working-with-playlists">Working With Playlists</a>.
+  <a href="/working-with-playlists/">Working With Playlists</a>.
 </p>
 
 <h2>Plugins</h2>
@@ -127,15 +129,15 @@ title: Understanding Basic Concepts and Terminology
   the following plugin standards:
 </p>
 <dl class="wide-table">
-  <dt>LADSPA</dt>
+  <dt><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
   <dd>the first major plugin standard for Linux. Many LADSPA plugins are
   available, mostly free and open-source.</dd>
-  <dt>LV2</dt>
+  <dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
   <dd>the successor to LADSPA. Lots of plugins have been ported from
   LADSPA to LV2, and also many new plugins written.</dd>
-  <dt>VST</dt>
+  <dt><abbr title="Virtual Studio Technology">VST</abbr></dt>
   <dd>Ardour supports VST plugins that have been compiled for Linux.</dd>
-  <dt>AudioUnit (AU)</dt>
+  <dt><abbr title="Audio Units">AU</abbr></dt>
   <dd>Mac OS X versions of Ardour support AudioUnit plugins.</dd>
 </dl>
 <p>
@@ -148,5 +150,5 @@ title: Understanding Basic Concepts and Terminology
 </p>
 <p>
   More details can be found at
-  <a href="/working-with-plugins">Working With Plugins</a>.
+  <a href="/working-with-plugins/">Working With Plugins</a>.
 </p>