Compare commits
No commits in common. "2caf4af97b219bff94d136c47a8b8d62087c1c04" and "166ce68e747a27ae6c2a35c85cf00a029371e6af" have entirely different histories.
2caf4af97b
...
166ce68e74
@ -1,18 +0,0 @@
|
||||
<p>
|
||||
It's possible to move the contents of regions in time, without moving the
|
||||
regions' start or end points. This is sometimes known as "slip editing".
|
||||
</p>
|
||||
<p>
|
||||
To do this, hold the
|
||||
<kbd class="mod1"></kbd> and <kbd class="mod3"></kbd> keys
|
||||
while dragging the region or regions. As you click, the cursor will
|
||||
change to a double-headed arrow, and when you start dragging, the time from the
|
||||
start of the underlying content to the start of the clicked region is displayed.
|
||||
</p>
|
||||
<p>
|
||||
<img src="/images/slip-drag.png" alt="region slip-drag"><br>
|
||||
As you drag, the region start and end points will remain
|
||||
fixed, but the audio or MIDI content of the region will move,
|
||||
as long as the underlying source extends beyond the region bounds.
|
||||
</p>
|
||||
|
@ -1,9 +1,6 @@
|
||||
|
||||
<p>
|
||||
This shows the track/bus groups that exist in the session. These groups allow
|
||||
related tracks to share various properties (such as mute or record enable
|
||||
state). For full details, see the section called
|
||||
<a href="@@track-and-bus-groups">Track and Bus Groups</a>.
|
||||
This shows the track/bus groups that exist in the session. These groups allow related tracks to share various properties (such as mute or record enable state). For full details, see the section called <a href="@@the-track-and-bus-group-list">Track and Bus Groups</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -123,22 +123,6 @@
|
||||
way to make edits apply across all tracks in the group.
|
||||
</p>
|
||||
|
||||
<h3>Overriding grouped status</h3>
|
||||
<p>
|
||||
It's possible to override the shared status of any properties of a group.
|
||||
Holding <kbd class="mod3"></kbd> while clicking on a grouped channel's
|
||||
Mute, Record Enable, In & Out monitoring controls, or fader, will invert
|
||||
the sense of sharing of that control.
|
||||
|
||||
<p>
|
||||
For example, if a channel is a member of an active group
|
||||
with "Record Enable" shared, <kbd class="mod3"></kbd>+click on that
|
||||
channel's Record Enable button will toggle only that channel's record enabled status.
|
||||
If a channel is a member of an inactive group, or of an active
|
||||
group that does not have "Record Enable" shared, <kbd class="mod3"></kbd>+click
|
||||
on that channel's Record Enable button will enable or disable the record enable
|
||||
status of all channels in the same group.
|
||||
|
||||
<h3>Group Tab Context Menu</h3>
|
||||
<p>Context-clicking on the group tab offers a further menu of group-related actions. </p>
|
||||
<table class="dl">
|
||||
|
@ -1244,13 +1244,6 @@ uri: editing-and-arranging/change-region-lengths/pushpull-trimming
|
||||
part: subchapter
|
||||
---
|
||||
|
||||
---
|
||||
title: Move Region Contents
|
||||
include: region-slip-drag.html
|
||||
link: region-slip-drag
|
||||
part: subchapter
|
||||
---
|
||||
|
||||
---
|
||||
title: Stretching
|
||||
include: stretching-regions.html
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user