86ddb11b9b73265e7a4499cf0ae83f75e1daf20d
Note position in samples must be calculated using absolute position on the timeline. Otherwise the tempo-map is not applied correctly. Previously this caused issues since the position was first offset back by _region->position() - time relative to region left edge - and then the tempo-map was applied. Another solution identically would be: (note_start + session_source_start).samples() - _region->position().samples()
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%