The Flagship http://ardour.org
Go to 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
MSVCMixbus3
MSVCardour3
MSVCvst_scan
doc
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
msvc_extra_headers
session_utils
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
COPYING
PACKAGER_README
README
README-GITHUB.txt
TRANSLATORS
ardour.1
nutempo-todo
system_config
waf
wscript Enable avx512f support for windows builds 2023-02-06 21:36:09 +01:00

README

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

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