]> Shamusworld >> Repos - ardour-manual/commitdiff
Add Clips in the Editor chapter
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Tue, 5 Jul 2022 00:42:24 +0000 (03:42 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
include/clips-in-the-editor.html [new file with mode: 0644]

diff --git a/include/clips-in-the-editor.html b/include/clips-in-the-editor.html
new file mode 100644 (file)
index 0000000..8ed2642
--- /dev/null
@@ -0,0 +1,42 @@
+<p>
+       There are two main uses for the Clips browser in the Editor window:
+</p>
+
+<ol>
+       <li>Reusing existing clips</li>
+       <li>Creating new clips from content in the timeline</li>
+</ol>
+
+<h2>Reusing existing clips</h2>
+
+<p>
+       You have two options how to reuse a clip in the Editor.
+</p>
+
+<ol>
+       <li>
+               Add to an existing track. Dragging and dropping a clip from the browser
+               on an existing track will add this clip to a location on the timeline
+               where you released the mouse button, snapping options apply. Audio clips
+               can only be placed on audio tracks, MIDI clips can only be placed on MIDI
+               tracks. Additionally, placing a single-channel (mono) clip
+               on a multi-channel track will create a clip where only one channel
+               is filled with the content of the original clip, the rest of the channels will be silent.
+       </li>
+       <li>
+               Create a new track. Dragging and dropping a clip below the bottom track
+               will create a new track from the clip and name it after the clip's file name.
+               Ardour will make a few judgements based on clip properties: the track will
+               contain as many channels as the audio file has. And for a MIDI clip, Ardour
+               will automatically add the "preview" virtual instrument of choice
+               to the processor box.
+       </li>
+</ol>
+
+<h2>Creating new clips</h2>
+
+<p>
+       You can create new clips for further reuse in the Editor window. Please see
+       the <a href="@@managing-custom-clips">Managing Custom Clips</a> page
+       for more detail.
+</p>
\ No newline at end of file