]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_editing-and-arranging/12_edit-midi/12_copy-midi-region.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 15_editing-and-arranging / 12_edit-midi / 12_copy-midi-region.html
1 ---
2 layout: default
3 title: Independent and Dependent MIDI Region Copies
4 menu_title: Copy MIDI Region
5 ---
6
7 <p>
8   When <dfn>copying a MIDI region</dfn>, Ardour has to decide whether to make the
9   copy refer to the same data as the original or not. If it does refer
10   to the same data, then editing either the copy or the original will
11   affect the both of them. If it refers to an independent copy of the
12   data then each one can be edited without affecting the other.
13 </p>
14
15 <h2>Changing dependent/independent copying for the entire session</h2>
16
17 <p>
18   <kbd class="menu">Sesson &gt; Properties &gt; Misc &gt; MIDI region copies are
19   independent</kbd> can be used to control the default behaviour when
20   making a copy of a MIDI region. 
21 </p>
22 <p>
23   When enabled, every new copy of a MIDI
24   region results in a copy being made of the MIDI data used by the
25   region, and the new copy of the region will refer to that data. 
26 </p>
27 <p>
28   When disabled, every new copy of a MIDI region will refer to the same
29   MIDI data, and thus editing any copy will change the contents of all
30   of them.
31 </p>
32 <p>
33   Changing the status of this option has no effect on the existing
34   dependent/independent status of existing region copies.
35 </p>
36
37 <h2>Making an existing copy of a MIDI region independent</h2>
38 <p>
39   Context-click on the MIDI region to be made independent. From the context menu, select <kbd class="menu">MIDI &gt; Unlink From Other Copies</kbd>. The copy is now using an independent version of the data, and edits to the copy will affect only the copy. Other linked copies will continue to share data.
40 </p>
41
42 <p class="note">
43   The copied data only covers the extent of the region when 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 from. Put differently, if an independent copy of a trimmed MIDI region is made, it cannot be "untrimmed" to a larger size.
44 </p>
45