13
0
Go to file
Robin Gareus 117cfc844b
Fix 128 bit integer math rounding (#9057)
The previous code only used the 1st multiplicand was use to
determine the direction of rounding, breaking commutative property

`muldiv_round (1, 3, 4) != muldiv_round (3, 1, 4)`
2023-01-12 16:08:53 +01:00
doc
gtk2_ardour Remove UI side grid limit 2023-01-11 00:32:47 +01:00
headless
libs Fix 128 bit integer math rounding (#9057) 2023-01-12 16:08:53 +01:00
luasession
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
session_utils
share Fix Lua biqaud filter parameter range 2022-12-08 18:54:20 +01:00
tools Avoid .sh file extension 2022-12-03 15:03:44 +01:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1
COPYING
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
TRANSLATORS
waf
wscript Avoid .sh file extension 2022-12-03 15:03:44 +01:00

Please see the Ardour web site at https://ardour.org/ for all documentation..

For information on building ardour: 
      
     https://ardour.org/development.html