]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/12_edit-midi/12_copy-midi-region.html
8f7a3f1bd1fcad79c733b34cfe0e5fda4a5aef83
[ardour-manual] / _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 copying a MIDI region, 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 <h3>Changing dependent/independent copying for the entire session</h3>
16
17 <p>
18 <code>Sesson > Properties > Misc > MIDI region copies are
19   independent</code> 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>Changing the status of this option has no effect on the existing
33   dependent/independent status of existing region copies.
34 </p>
35
36 <h3>Making an existing copy of a MIDI region independent</h3>
37 <p>
38 <key>Context-click</key> on the MIDI region you want to be
39 independent. From the context menu, select <code>MIDI > Unlink From
40   Other Copies</code>. The copy is now using an independent version of
41 the data, and edits to the copy will affect only the copy. Other
42 copies will continue to share data.
43 </p>
44
45 <p>Note that the copied data only covers the extent of the region when
46   the copy is made. If the region was already trimmed and then a copy
47   is made, an independent copy will have no access to data that is
48   earlier or later than the bounds of the region it was copied
49   from. Put differently, if you make an independent copy of a trimmed
50   MIDI region, you cannot "untrim" it to a larger size.
51 </p>