]> Shamusworld >> Repos - ardour-manual/blobdiff - include/files-and-directories-ardour-knows-about.html
Correct OSC personal monitoring to Foldback
[ardour-manual] / include / files-and-directories-ardour-knows-about.html
index 57b72379d4d724dd3beede750c4d017338d68e53..6e5b1b7347ea17eb32d92330407ab8dedba26620 100644 (file)
@@ -29,7 +29,7 @@
   For example, <code>ardour5</code> where the Ardour version is 5.6.
 </p>
 <p class="note">
-  In Linux, all path names are lower case and case matters.
+  In Linux, all path names are lowercase and case-sensitive.
 </p>
 
 <h3>macOS</h3>
   a real path.
 </p>
 <p>
-  An example of a configuration path in Window (from xp) would be:
-  <code>C:\Documents and Settings\&lt;User&gt;\Application Data\Local Settings\Ardour5\</code>
+  An example of a configuration path in Window 10 would be:
+  <code>C:\&lt;User&gt;\AppData\Local\Ardour5\</code>
   The user in the path would be the user's account name.
 </p>
 <p class="note">
   The above is only an example and may not even be true for all installations
-  of Windows XP.
+  of Windows 10.
 </p>
 
 <h2>Plugins</h2>
 <h3>Windows</h3>
 <p>
  The most common plugins on Windows are VSTs. However, LADSPA and LV2
- plugins are available for windows as well. In fact Ardours built in
- plugins are LV2s. The biggest advanatage of LV2 plugins is that they are
+ plugins are available for windows as well. In fact Ardour's built in
+ plugins are LV2s. The biggest advantage of LV2 plugins is that they are
  the most likely to be cross platform and therefore allow the same Ardour
  project to be worked on in Windows, OSX and Linux.
 </p>
 <h4>LV2</h4>
 <p>
   The LV2 standard for Windows is <code>%APPDATA%/LV2/</code> or
-  <code>%COMMONPROGRAMFILES%/LV2/</code>
+  <code>%COMMONPROGRAMFILES%/LV2/</code> (On Windows 10: <code>C:\&lt;User&gt;\AppData\Roaming\LV2\</code> or <code>C:\Program Files\Common Files\LV2\</code>).
 </p>
 
 <h2>Project Directory</h2>
   Ardour places a project directory where the user tells it to. This
   directory is chosen when creating a project. In most cases the user
   does not need to know about the files inside of the project directory.
-  However there are a few subdirectories worth noting.
+  However there are a few sub-directories worth noting.
 </p>
 <h3>export</h3>
 <p>
-  This is the subdirectory where exported files end up.
+  This is the sub-directory where exported files end up.
 </p>