]> Shamusworld >> Repos - ardour-manual/commitdiff
Update the page on adding 3rd party libraries
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Tue, 5 Jul 2022 09:40:41 +0000 (12:40 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
include/adding-3rd-party-clip-libraries.html
source/images/clips-locations-in-the-dropdown-list.png [new file with mode: 0644]

index cb1e9c97592293751574a57559260db6bfc7a045..f0306f058120059dfe7564bb538560c2f0a2ac4e 100644 (file)
@@ -1,6 +1,13 @@
 <p>
        You can add as many sample library locations as you like and easily
-       switch between them. To do that:
+       switch between them using the drop-down list at the top of the Clips
+       browser.
+</p>
+
+<p>
+       There are two ways to add new library location. The first one is
+       by using the <kbd class="window">Edit Sample Library Path</kbd> window
+       directly:
 </p>
 
 <ol>
                In the <dfn>Clips</dfn> tab of the sidebar, click the top drop-down list and choose <kbd class="menu">Edit</kbd>.
 
                <figure class="right">
-                 <img src="/images/clips-locations-in-the-dropdown-list.png" alt="Clips' locations in the              drop-down list">
+                 <img src="/images/clips-locations-in-the-dropdown-list.png" width="400px" alt="Clips' locations in the drop-down list">
                  <figcaption>
                    Clips' locations in the drop-down list
                  </figcaption>
                </figure>
        </li>
        <li>
-               In the newly opened dialog called <dfn>Edit Sample Library Path</dfn> click <kbd class="button">Add</kbd> and locate the folder that contains samples. If there are subfolders, choose the parent folder that contains them all.
+               In the newly opened dialog called
+               <kbd class="window">Edit Sample Library Path</kbd> click
+               <kbd class="button">Add</kbd> and locate the folder that contains
+               samples. If there are subfolders, choose the parent folder that
+               contains all of them.
        </li>
        <li>
                Repeat for all other sample libraries.
 <p>
        Alternatively, you can drop a folder from a file manager into the list
        of clips in the Clips browser. This will add a new clip library location
-       stored across sessions.
+       stored across sessions. 
 </p>
 
 <p>
        Now when you click the drop-down list at the top of <dfn>Clips</dfn>, you will see all the paths you added.
 </p>
 
-<figure class="right">
-  <img src="/images/clips-locations-in-the-dropdown-list.png" alt="Clips' locations in the drop-down list">
-  <figcaption>
-    Clips' locations in the drop-down list
-  </figcaption>
-</figure>
-
-
 <p>
-       Should you need to delete any path you previously added, open the <dfn>Edit Sample Library Path</dfn> dialog again, select the path and click <kbd class="button">Delete</kbd>.
+       Should you need to delete any path you previously added, open the
+       <kbd class="window">Edit Sample Library Path</kbd> dialog again, select
+       the path and click <kbd class="button">Delete</kbd>.
 </p>
diff --git a/source/images/clips-locations-in-the-dropdown-list.png b/source/images/clips-locations-in-the-dropdown-list.png
new file mode 100644 (file)
index 0000000..b369f5b
Binary files /dev/null and b/source/images/clips-locations-in-the-dropdown-list.png differ