2013-03-03 11:10:50 -05:00
|
|
|
|
|
|
|
<p>
|
2014-02-18 14:12:28 -05:00
|
|
|
When <dfn>copying a MIDI region</dfn>, Ardour has to decide whether to make the
|
|
|
|
copy refer to the same data as the original or not. If it does refer
|
|
|
|
to the same data, then editing either the copy or the original will
|
|
|
|
affect the both of them. If it refers to an independent copy of the
|
|
|
|
data then each one can be edited without affecting the other.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<h2>Changing dependent/independent copying for the entire session</h2>
|
2013-03-03 11:10:50 -05:00
|
|
|
|
|
|
|
<p>
|
2017-02-14 10:20:06 -05:00
|
|
|
<kbd class="menu">Session > Properties > Misc > MIDI region copies are
|
2014-02-18 14:12:28 -05:00
|
|
|
independent</kbd> can be used to control the default behaviour when
|
2017-02-25 00:30:29 -05:00
|
|
|
making a copy of a MIDI region.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2014-02-18 14:12:28 -05:00
|
|
|
When enabled, every new copy of a MIDI
|
|
|
|
region results in a copy being made of the MIDI data used by the
|
2017-02-25 00:30:29 -05:00
|
|
|
region, and the new copy of the region will refer to that data.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2014-02-18 14:12:28 -05:00
|
|
|
When disabled, every new copy of a MIDI region will refer to the same
|
|
|
|
MIDI data, and thus editing any copy will change the contents of all
|
|
|
|
of them.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
Changing the status of this option has no effect on the existing
|
2013-03-03 11:10:50 -05:00
|
|
|
dependent/independent status of existing region copies.
|
|
|
|
</p>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<h2>Making an existing copy of a MIDI region independent</h2>
|
2013-03-03 11:10:50 -05:00
|
|
|
<p>
|
2017-11-15 09:34:10 -05:00
|
|
|
<kbd class="mouse">Right</kbd> clicking on the MIDI region to be independent
|
|
|
|
then selecting <kbd class="menu">MIDI > Unlink From Other Copies</kbd>
|
2018-02-13 16:42:39 -05:00
|
|
|
makes it independent: the copy is now using its own version of the data, and
|
2017-11-15 09:34:10 -05:00
|
|
|
edits to the copy will affect only the copy. Other copies will continue to
|
|
|
|
share data.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p class="note">
|
|
|
|
Note that the copied data only covers the extent of the region when
|
2013-03-03 11:10:50 -05:00
|
|
|
the copy is made. If the region was already trimmed and then a copy
|
|
|
|
is made, an independent copy will have no access to data that is
|
|
|
|
earlier or later than the bounds of the region it was copied
|
2017-11-15 09:34:10 -05:00
|
|
|
from. Put differently, making an independent copy of a trimmed
|
|
|
|
MIDI region only retains the visible part of it.
|
2013-03-03 11:10:50 -05:00
|
|
|
</p>
|