13
0
Go to file
Robin Gareus ff82e53b85
Revert "Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)"
This reverts commit b935710b60.

legalize_for_universal_path() already santizes the path in a way that is
safe for all OS.

laaf_util_clean_filename() cannot be used with .c_str() because the
function modifies the char* passed to it.

This worked in some cases before C++11, and can work with non-const
 std::string::data starting at C++17, but C++11 spec is quite clear:

> The program shall not modify any of the values stored in the
> character array; otherwise, the behavior is undefined.
2024-02-21 13:38:39 +01:00
doc short doc on drawing cairo single pixel lines 2023-07-17 16:46:54 -06:00
gtk2_ardour Revert "Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)" 2024-02-21 13:38:39 +01:00
headless Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
libs ytk: Fix function pointer casting compiler error with clang 2024-02-21 13:30:23 +01:00
luasession Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
msvc_extra_headers
MSVCardour3 remove midi_scroomer.h from MSVC project file 2023-09-10 18:20:35 -06:00
MSVCMixbus3
MSVCvst_scan
session_utils Remove unmaintained AAF CLI 2024-02-15 01:44:35 +01:00
share Adding midnam for Yamaha SY85 Synth Factory Banks 2024-02-17 19:04:33 +01:00
tools Allow Ardour to run in recent gdb, amend a44124937e 2024-02-17 15:46:09 +01:00
.dir-locals.el
.gitattributes
.gitignore Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ardour.1
COPYING add plugin clarification to COPYING 2023-04-26 13:28:29 -06:00
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
TRANSLATORS Update translation howto 2023-09-24 19:58:25 +02:00
waf upgrade waf to 2.0.26 (includes new autowaf.py version) 2023-09-23 12:09:52 -06:00
wscript Always built at least the dummy backend 2024-02-18 16:43:10 +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