Mirror of Ardour Source Code
Find a file
Robin Gareus cba8fd090f Fix widget retina scaling (#9243)
For normal cairo-widgets ardour should not use image surfaces on macOS,
because that bypasses retina scaling. In theory explicit upsampling could
be performed (compere to openGL/cairo), but for the case at hand that is
overkill and inconvenient.

Performance critical widgets that render periodically can enable openGL
backing. Casual widgets (buttons with text, knobs, sliders etc) can be
rendered directly without any significant performance penalty.
2023-02-17 15:57:32 +01:00
doc PulseAudio: use correct casing 2022-11-04 13:44:55 +01:00
gtk2_ardour Add Graphics Acceleration heading to prefs on macOS 2023-02-17 15:57:32 +01:00
headless
libs Fix widget retina scaling (#9243) 2023-02-17 15:57:32 +01:00
luasession Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
session_utils Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
share Towards arranging sections 2023-01-23 04:07:46 +01:00
tools configuration_metadata.cc should be manually generated whenever metadata changes, so just commit current version 2023-01-28 08:27:56 -07:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1 Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
COPYING
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
system_config
TRANSLATORS Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
waf
wscript Enable avx512f support for windows builds 2023-02-06 21:36:09 +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