Robin Gareus
923e6a554e
Initially thew new region has a length of zero (0:0). When merging Notes from a truncated region (no explicit note-off) those notes are lost: "Stuck note resolution - end time @ 0:0 is before note on: @ 0:0" Truncate (or split) a region so that a note is cut short: ``` Region [{<--Note-------->}] ``` becomes ``` Region [{<--Note--] ^ implicit note-off at region boundary ``` When combining this region with an empty Region after gap, ``` Region [{<--Note--] [ ] ``` the result should be ``` Region [{<--Note->} ] ``` For this reason, even without a gap between the regions, the original note length must not be restored. The result MUST NOT be the same as the original: ``` Region [{<--Note-------->}] ``` |
||
---|---|---|
doc | ||
gtk2_ardour | ||
headless | ||
libs | ||
luasession | ||
msvc_extra_headers | ||
MSVCardour3 | ||
MSVCMixbus3 | ||
MSVCvst_scan | ||
session_utils | ||
share | ||
tools | ||
.dir-locals.el | ||
.gitattributes | ||
.gitignore | ||
ardour.1 | ||
COPYING | ||
nutempo-todo | ||
PACKAGER_README | ||
README | ||
README-GITHUB.txt | ||
system_config | ||
TRANSLATORS | ||
waf | ||
wscript |
Please see the Ardour web site at https://ardour.org/ for all documentation.. For information on building ardour: https://ardour.org/development.html