Continuing the rephrasing

This commit is contained in:
Ed Ward 2017-10-27 16:23:42 +02:00
parent 764a776861
commit ca8c53473d
5 changed files with 79 additions and 92 deletions

View File

@ -1,44 +1,36 @@
<h2>Adding new notes</h2> <h2>Adding new notes</h2>
<p> <p>
In general, you will probably do most MIDI editing with the mouse in object In general, most MIDI editing will probably be done with the mouse in object
mode. This allows you to select notes, copy, move or delete them and alter mode. This allows to select notes, copy, move or delete them and alter their
their properties (see below). But at some point, you're going to want to properties (see below). But at some point, <em>adding</em> notes to a MIDI
<em>add</em> notes to a MIDI region using the mouse, and if they are to be region using the mouse will mean dragging with the mouse. Since this would
anything other than a fixed length, this means dragging with the mouse. normally be a selection operation if the mouse is in object mode, there needs
Since this would normally be a selection operation if the mouse is in object to be some way to tell Ardour that the user is trying to <dfn>draw</dfn> new
mode, there needs to be some way for you to tell Ardour that you are trying notes within a MIDI region. Ardour provides two ways do this. One is to leave
to <dfn>draw</dfn> new notes within a MIDI region. Ardour provides two ways the mouse in object mode and <kbd class="mouse mod1">Left</kbd>-drag. The
do this. One is to leave the mouse in object mode and other, useful to enter a lot of notes for a while, is to switch the mouse into
<kbd class="mouse mod1">Left</kbd>-drag. The other, useful if you plan to
enter a lot of notes for a while, is to switch the mouse into
<kbd class="menu">Draw Notes</kbd> mode, which will now interpret any drags <kbd class="menu">Draw Notes</kbd> mode, which will now interpret any drags
and clicks as requests to add a new note. For obvious reasons, you cannot and clicks as requests to add a new note. For obvious reasons, Draw Notes mode
use Draw Notes mode while using region-level editing. can not be used while using region-level editing.
</p> </p>
<p>So, to summarize:</p> <p>So, to summarize:</p>
<table class="dl"> <table class="dl">
<tr><th>Selecting, moving, copying, trimming, deleting <em>regions</em></th> <tr><th>Selecting, moving, copying, trimming, deleting <em>regions</em></th>
<td> <td><kbd class="menu">Note Level Editing</kbd> disabled, using object,
leave <kbd class="menu">Note Level Editing</kbd> disabled, use object, range or other mouse modes</td></tr>
range or other mouse modes <tr><th>Selecting, moving, copying trimming, deleting <em>notes</em></th>
</td></tr> <td><kbd class="menu">Note Level Editing</kbd> enabled, and using mouse object mode</td></tr>
<tr><th>Selecting, moving, copying trimming, deleting <em>notes</em></th> <tr><th>Adding new notes</th>
<td>enable <kbd class="menu">Note Level Editing</kbd>and use mouse object mode</td></tr> <td>enabling "Note Level Editing" and then either
<tr><th>Adding new notes</th> <ul>
<td> <li>using mouse object mode and <kbd class="mouse mod1">Left</kbd>-drag, or</li>
enable "Note Level Editing" and then either <li>using mouse draw mode.</li>
<ul> </ul>
<li>use mouse object mode and <kbd class="mouse mod1">Left</kbd>-drag, </td></tr>
or</li>
<li>use mouse draw mode.</li>
</ul>
</td></tr>
</table> </table>
<p> <p>
Note that is also a Note that is also a <a href="@@step-entry">a step entry editor</a> allowing to
<a href="@@step-entry">a step entry editor</a> enter notes from a virtual keyboard and lots more besides.
allowing you to enter notes from a virtual keyboard and lots more besides.
</p> </p>

View File

@ -4,13 +4,12 @@
often desirable to do so as part of editing/arranging. often desirable to do so as part of editing/arranging.
</p> </p>
<p> <p>
To create a new MIDI region, simply <kbd class="mouse">Left</kbd>-click in Create a new MIDI region is as simple as <kbd
a MIDI track. A region will be created that is one bar long. You can class="mouse">Left</kbd>-clicking in a MIDI track. A region will be created
<a href="@@trimming-regions">trim</a> it to any that is one bar long. It can then be <a href="@@trimming-regions">trimmed</a>
length you want. to any length desired.
</p> </p>
<p> <p>
Once you have created a region, you will probably want to Once a region has been created, <a href="@@add-new-notes">some notes</a>
<a href="@@add-new-notes">Add some notes to it</a>. should be added to it.
</p> </p>

View File

@ -8,21 +8,21 @@
<ul> <ul>
<li> <li>
All editing is done in-place, in-window. There is no separate piano roll All editing is done in-place, in-window. There is no separate piano roll
window or pane. Edit notes right where you see them. window or pane. Edit notes right where they appear.
</li> </li>
<li> <li>
MIDI, just like audio, exists in regions. MIDI regions behave like audio MIDI, just like audio, exists in regions. MIDI regions behave like audio
regions: they can be moved, trimmed, copied (cloned), or deleted. Ardour allows regions: they can be moved, trimmed, copied (cloned), or deleted. Ardour
either editing MIDI (or audio) regions, or MIDI region content (the notes), but allows either editing MIDI (or audio) regions, or MIDI region content (the
never both at the same time. The <kbd class="menu">e</kbd> key (by default) notes), but never both at the same time. The <kbd class="menu">e</kbd> key
toggles between region level and note level editing (by default) toggles between region level and note level editing
</li> </li>
<li> <li>
Editing note information in Ardour occurs in only a single region. There is no Editing note information in Ardour occurs in only a single region. There is
way currently to edit in note data for multiple regions at the same time, so for no way currently to edit in note data for multiple regions at the same time,
example notes cannot be selected in several regions and then all deleted, nor so for example notes cannot be selected in several regions and then all
can they be copied-and-pasted from one region to another. Region(s), though, can deleted, nor can they be copied-and-pasted from one region to another.
be copy-pasted just as with audio. Region(s), though, can be copy-pasted just as with audio.
</li> </li>
<li> <li>
All MIDI I/O is done via JACK for sample accurate timing and maximal All MIDI I/O is done via JACK for sample accurate timing and maximal
@ -44,7 +44,7 @@
data). data).
</li> </li>
<li> <li>
There is a Normal and a Percussive mode for note data editing. There is a Normal and a Percussive mode for note data editing.
</li> </li>
<li> <li>
The <dfn>scroomer</dfn> is a combination scroll/zoom tool for altering The <dfn>scroomer</dfn> is a combination scroll/zoom tool for altering
@ -55,22 +55,21 @@
<h2>Notable Differences</h2> <h2>Notable Differences</h2>
<ul> <ul>
<li> <li>
Fader (volume) control currently operates on transmitted MIDI data, not by sending CC Fader (volume) control currently operates on transmitted MIDI data, not by
#7. sending CC #7.
</li> </li>
<li> <li>
All note/data editing is per-region. There are no cross-region operations at this All note/data editing is per-region. There are no cross-region operations at
time. this time.
</li> </li>
<li> <li>
By default, copying a MIDI region creates a <dfn>deep link</dfn>&mdash;both By default, copying a MIDI region creates a <dfn>deep link</dfn>&mdash;both
regions share the same data source, and edits to the contents of regions share the same data source, and edits to the contents of one will
one will affect the other. To break this link, select affect the other. Breaking this link is done by selecting <kbd
<kbd class="menu">MIDI &gt; Unlink from other copies</kbd> from the region class="menu">MIDI &gt; Unlink from other copies</kbd> from the region
context menu, after which the selected region(s) will have their own copies context menu, after which the selected region(s) will have their own copies
of <em>only</em> the data that they visually display on screen. You will not of <em>only</em> the data that they visually display on screen. The region
be able to trim the region back its original length after an Unlink operation, will no longer be trimmable back to its original length after an Unlink
and the operation cannot be undone. operation, and the operation cannot be undone.
</li> </li>
</ul> </ul>

View File

@ -28,10 +28,10 @@
associated. So, the first playlist for a track called "Cowbell" will be called associated. So, the first playlist for a track called "Cowbell" will be called
"Cowbell.1", the next one "Cowbell.2", etc. This name can be changed at any "Cowbell.1", the next one "Cowbell.2", etc. This name can be changed at any
time, to anything: Ardour does not require playlist names to be unique, time, to anything: Ardour does not require playlist names to be unique,
although it will make the user's life easier if they are. Suggested examples although it will make the user's life easier if they are. Suggested examples
of user-assigned names for a playlist might include <kbd class="input"> Lead of user-assigned names for a playlist might include <kbd class="input"> Lead
Guitar, 2nd take</kbd>, <kbd class="input">vocals (quiet)</kbd>, and <kbd Guitar, 2nd take</kbd>, <kbd class="input">vocals (quiet)</kbd>, and <kbd
class="input">downbeat cuica</kbd>. Notice how these might be different from the class="input">downbeat cuica</kbd>. These might be different from the
associated track names, which for these examples might be <kbd associated track names, which for these examples might be <kbd
class="input">Lead Guitar</kbd>, <kbd class="input">Vocals</kbd> and <kbd class="input">Lead Guitar</kbd>, <kbd class="input">Vocals</kbd> and <kbd
class="input">Cuica</kbd>. The playlist name provides more information because class="input">Cuica</kbd>. The playlist name provides more information because
@ -41,7 +41,7 @@
<p class="note">Using the fact that playlist names are based on the active one with <p class="note">Using the fact that playlist names are based on the active one with
an incremented version number, one can rename a playlist "Cowbell take.1" so that an incremented version number, one can rename a playlist "Cowbell take.1" so that
the next playlist crated is automatically named "Cowbell take.2" etc. This allows the next playlist created is automatically named "Cowbell take.2" etc. This allows
for a quick way to label different takes. for a quick way to label different takes.
</p> </p>

View File

@ -1,46 +1,43 @@
<h3>Using Playlists for Parallel Processing</h3> <h3>Using Playlists for Parallel Processing</h3>
<p> <p>
One of the uses of playlists is to apply multiple effects to the same One of the uses of playlists is to apply multiple effects to the same audio
audio stream. For example, let's say you would like to apply two stream. For example, applying two different non-linear effects such as
different non-linear effects such as distortion or compression to the distortion or compression to the same audio source (linear effects can be just
same audio source (for linear effects, you could just apply them one after applied one after the other in the same track) can be done by creating a new
the other in the same track).<br> track, applying the original track's playlist, and then applying effects to
Create a new track, apply the original track's playlist, and both tracks independently.
then apply effects to both tracks independently.
</p> </p>
<p class="note"> <p class="note">
The same result could be achieved by feeding your track to multiple busses which The same result could be achieved by feeding the track to multiple busses
then contain the processing, but this increases the overall latency, which then contain the processing, but this increases the overall latency,
complicates routing and uses more space in the Mixer window. complicates routing and uses more space in the Mixer window.
</p> </p>
<h2>Using Playlists for "Takes"</h2> <h2>Using Playlists for "Takes"</h2>
<p> <p>
Using Playlists for <dfn>takes</dfn> is a good solution if you are going Using Playlists for <dfn>takes</dfn> is a good solution when one needs the
to need the ability to edit individual takes, and select between them. ability to edit individual takes, and select between them.
</p> </p>
<p> <p>
Each time you start a new take, create a new playlist with Each time a new take is started, a new playlist should be created with <kbd
<kbd class="menu">p &gt; New</kbd> class="menu">p &gt; New</kbd>. Thus, later, any previous or later takes can be
Later, you can Select your way back to previous or later takes as selected as desired.
desired.
</p> </p>
<p> <p>
If you want to create a composite edit from multiple takes, create a new Creating a composite edit from multiple takes, can be achieved either:
track to assemble the final version, and "cherry pick" from the playlists
in the original track by copying regions over as required.<br>
Alternatively, record each successive take on top of the
others in "layers" and then edit them using the layer tools, explained
later.
</p> </p>
<ul>
<li>by creating a new track to assemble the final version, and "cherry picking" from
the playlists in the original track by copying regions over as required</li>
<li>by recording each successive take on top of the others in "layers" and then
editing them using the layer tools.</li>
</ul>
<h2>Using Playlists for Multi-Language Productions</h2> <h2>Using Playlists for Multi-Language Productions</h2>
<p> <p>
The same approach as for takes is useful when you are recording or The same approach as for takes is useful when recording or editing content in
editing content in multiple versions, such as dubbed movie dialog in multiple versions, such as dubbed movie dialog in several languages : having
several languages, and you want all versions on the same track, to all versions on the same track allows to apply the same processing, making it
get the same processing. <br> easy to switch language before exporting the session.
Select the appropriate language before exporting the session.
</p> </p>