X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Findependent-and-dependent-midi-region-copies.html;fp=include%2Findependent-and-dependent-midi-region-copies.html;h=b94e0769c4572479d80f4894048bba5fd23216fb;hb=2098e011e638b5c86c56e68df7757975fc4d728f;hp=0000000000000000000000000000000000000000;hpb=0e127ce41d7120d505f3aa9ae18dce679f403a3f;p=ardour-manual diff --git a/include/independent-and-dependent-midi-region-copies.html b/include/independent-and-dependent-midi-region-copies.html new file mode 100644 index 0000000..b94e076 --- /dev/null +++ b/include/independent-and-dependent-midi-region-copies.html @@ -0,0 +1,49 @@ + +

+ When copying a MIDI region, 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. +

+ +

Changing dependent/independent copying for the entire session

+ +

+ Sesson > Properties > Misc > MIDI region copies are + independent can be used to control the default behaviour when + making a copy of a MIDI region. +

+

+ When enabled, every new copy of a MIDI + region results in a copy being made of the MIDI data used by the + region, and the new copy of the region will refer to that data. +

+

+ 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. +

+

+ Changing the status of this option has no effect on the existing + dependent/independent status of existing region copies. +

+ +

Making an existing copy of a MIDI region independent

+

+ Context-click on the MIDI region you want to be + independent. From the context menu, select MIDI > Unlink From + Other Copies. The copy is now using an independent version of + the data, and edits to the copy will affect only the copy. Other + copies will continue to share data. +

+ +

+ Note that 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 you make an independent copy of a trimmed + MIDI region, you cannot "untrim" it to a larger size. +

+