]> Shamusworld >> Repos - ardour-manual/blob - include/clips-overview.html
Update Clips re FreeSound for 7.1
[ardour-manual] / include / clips-overview.html
1 <p>
2         The <dfn>Clips</dfn> browser provides a way to easily reuse little pieces
3         of music across sessions. You can also drop audio and MIDI clips on a
4         timeline in the <a href="@@clips-in-the-editor">Editor window</a> or use
5         them in trigger slots in the <a href="@@clips-in-the-cue-window">Cue window</a>.
6 </p>
7
8 <h2>Clips Browser Interface</h2>
9
10 <p>
11         In the Editor window, the Clips browser is part of the Editor sidebar
12         and thus can be hidden from the main window. In the Cue window, the Clips
13         browser is an essential part of the workflow and is always visible.
14 </p>
15
16 <figure class="right">
17   <img src="/images/clips-browser.png" width="400px" alt="The Clips browser">
18   <figcaption>
19     The Clips browser
20   </figcaption>
21 </figure>
22
23 <p>
24         The Clips browser has three main parts:
25 </p>
26
27 <ol>
28         <li>Selector of clip library locations</li>
29         <li>List of clips, with a treeview where necessary</li>
30         <li>Preview options</li>
31 </ol>
32
33 <h2>Library Locations</h2>
34
35 <p>
36         The <dfn>Clips</dfn> browser is capable of handling multiple locations
37         of clips and loops. There are several types of locations supported by the
38         browser:
39 </p>
40
41 <ol>
42         <li>
43                 <dfn>Ardour Bundled Content</dfn>: these are all the audio and MIDI
44                 files shipped along with an official Ardour build.
45         </li>
46         <li>
47                 <dfn>FreeSound</dfn>: all clips previously downloaded from FreeSound.org.
48         </li>
49         <li>
50                 <dfn>Custom folder</dfn>: it's a single user-defined location
51                 on a local or remote disk that you can write to. The folder is defined
52                 on the <kbd class="menu">Triggering</kbd> page of the
53                 <kbd class="menu">Preferences</kbd> dialog and is preserved across
54                 sessions.
55         </li>
56         <li>
57                 <dfn>Additional locations</dfn>: typically those are locations where
58                 you store existing clips/loops libraries acquired elsewhere. You can
59                 have as many as you like, please see <a href="@@adding-3rd-party-clip-libraries">Adding 3rd Party Clip Libraries</a> chapter for more info. These locations
60                 are also preserved across sessions.
61         </li>
62         <li>
63                 <dfn>Other locations</dfn>: this is a one-off access to a location
64                 where clips and loops are stored. This location is not preserved across
65                 sessions.
66         </li>
67 </ol>
68
69 <h2>List of Clips</h2>
70
71 <p>
72         The Clips browser will provide access to all supported media file types
73         available in a selected location. Typically those would be, WAV, FLAC,
74         and MID files.
75 </p>
76
77 <p>
78         If there are subfolders in the clip library's folder, the Clips browser
79         will display them using as a tree view. The browser will also lazy-load
80         subfolders: instead of loading the entire list of all supported files
81         in the library location, it will only display top-level folders and load
82         their content when you start expanding subfolders you are interested in.
83 </p>
84
85 <h2>Preview Options</h2>
86
87 <p>
88         The preview section has simple playback controls as well as an option
89         to automatically play back a clip when you click it in the list.
90         For MIDI clips, you can also select a virtual instrument (Ardour defaults
91         to ACE Reasonable Synth).
92 </p>
93
94 <p>
95         When playing a clip, Ardour will automatically pause the transport
96         and resume playback when the clip playback is done. Ardour will also
97         use the audition channel for playback, so you can control the preview
98         volume using the monitor level control in the
99         <a href="@@monitor-section">Monitor</a> section of the <dfn>Mixer</dfn>.
100 </p>