X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Ffiles-and-directories-ardour-knows-about.html;h=6e5b1b7347ea17eb32d92330407ab8dedba26620;hb=e74c09802c2ca4038144d051c425a65661bde3ea;hp=b3537d25876f13d1a610ed4a40566876c52b93cd;hpb=2098e011e638b5c86c56e68df7757975fc4d728f;p=ardour-manual diff --git a/include/files-and-directories-ardour-knows-about.html b/include/files-and-directories-ardour-knows-about.html index b3537d2..6e5b1b7 100644 --- a/include/files-and-directories-ardour-knows-about.html +++ b/include/files-and-directories-ardour-knows-about.html @@ -29,7 +29,7 @@ For example, ardour5 where the Ardour version is 5.6.

- In Linux, all path names are lower case and case matters. + In Linux, all path names are lowercase and case-sensitive.

macOS

@@ -59,13 +59,13 @@ a real path.

- An example of a configuration path in Window (from xp) would be: - C:\Documents and Settings\<User>\Application Data\Local Settings\Ardour5\ + An example of a configuration path in Window 10 would be: + C:\<User>\AppData\Local\Ardour5\ The user in the path would be the user's account name.

The above is only an example and may not even be true for all installations - of Windows XP. + of Windows 10.

Plugins

@@ -78,7 +78,7 @@

In linux there are 3 kinds of plugins Ardour can use. LADSPA, LV2 (LADSPA version 2) or lxvst (VSTs compiled as native linux binaries). While it is possible - with some strange magic to run Windows VSTs + with some strange magic to run Windows VSTs on linux, their whereabouts would follow the Windows info below.

@@ -132,8 +132,8 @@

Windows

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.

@@ -147,7 +147,7 @@

LV2

The LV2 standard for Windows is %APPDATA%/LV2/ or - %COMMONPROGRAMFILES%/LV2/ + %COMMONPROGRAMFILES%/LV2/ (On Windows 10: C:\<User>\AppData\Roaming\LV2\ or C:\Program Files\Common Files\LV2\).

Project Directory

@@ -155,9 +155,10 @@ 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.

export

- This is the subdirectory where exported files end up. + This is the sub-directory where exported files end up.

+