X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fhandling-overlapping-notes.html;h=a79f30512f8ac155480f42c7edb9509fc21dd794;hb=68ace300ec373666034311b3adad1915a704333e;hp=a658e32a8542ad5d112a8ebd73646c2429df55f5;hpb=7a4c28bd8605e90876ebee619de364ab7001e405;p=ardour-manual diff --git a/include/handling-overlapping-notes.html b/include/handling-overlapping-notes.html index a658e32..a79f305 100644 --- a/include/handling-overlapping-notes.html +++ b/include/handling-overlapping-notes.html @@ -9,32 +9,31 @@ in a DAW—simply overlapping two instances of the same note will do it.

- Ardour offers many options for how to deal with instances where you overlap - two instances of the same note. Which one to use is a per-session property - and can be modified from Session > Properties > Misc > MIDI + Ardour offers many options for how to deal with instances where two instances + of the same note overlap. Which one to use is a per-session property and can + be modified from Session > Properties > Misc > MIDI Options.

-
-
never allow them
-
Edits that would create note overlaps are not allowed
-
don't do anything in particular
-
Ardour leaves overlapping notes alone—the behaviour of a MIDI receiver (plugin or hardware) is undefined
-
replace any overlapped existing note
-
When one note is moved to overlap another, remove the one that wasn't being moved
-
shorten the overlapped existing note
-
When one note is moved to overlap another, shorten the one that wasn't moved so that there is no overlap
-
shorten the overlapping new note
-
When one note is moved to overlap another, shorten the one that was moved so that there is no overlap
-
replace both overlapping notes with a single note
-
When one note is moved to overlap another, merge them both to form one (longer) note
-
+ + + + + + + + + + + + + +
never allow themEdits that would create note overlaps are not allowed
don't do anything in particularArdour leaves overlapping notes alone—the behaviour of a MIDI receiver (plugin or hardware) is undefined
replace any overlapped existing noteWhen one note is moved to overlap another, remove the one that wasn't being moved
shorten the overlapped existing noteWhen one note is moved to overlap another, shorten the one that wasn't moved so that there is no overlap
shorten the overlapping new noteWhen one note is moved to overlap another, shorten the one that was moved so that there is no overlap
replace both overlapping notes with a single noteWhen one note is moved to overlap another, merge them both to form one (longer) note

Changing the option in use will not retroactively make changes—it will only affect new note overlaps created while the option remains chosen.

Ardour does not check for note overlaps across tracks or even across regions. - If you create these, it is your responsibility to deal with the consequences. + Dealing with the consequences is up to the user.

-