]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/12_working-with-midi/12_copy-midi-region.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / _manual / 12_working-with-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 you want to be
40   independent. From the context menu, select <kbd class="menu">MIDI &gt; Unlink From
41   Other Copies</kbd>. The copy is now using an independent version of
42   the data, and edits to the copy will affect only the copy. Other
43   copies will continue to share data.
44 </p>
45
46 <p class="note">
47   Note that the copied data only covers the extent of the region when
48   the copy is made. If the region was already trimmed and then a copy
49   is made, an independent copy will have no access to data that is
50   earlier or later than the bounds of the region it was copied
51   from. Put differently, if you make an independent copy of a trimmed
52   MIDI region, you cannot "untrim" it to a larger size.
53 </p>