13
0
Go to file
Mads Kiilerich 7f6ce9a010 sndfile: Fix skipping of first character of file names in error logging.
Logs for a file named ABCDEF.flac showed up as

  2022-01-19T16:31:55 [ERROR]: SndFileSource: could not seek to sample 90059776 within BCDEF.flac (No Error.)

So, evidently, there is no need for the substr(1).

_name is a PBD::Property<string> which already uses .val() for <<.

The same pattern is found and fixed in sndfilesource.cc and
coreaudiosource.cc .
2022-01-22 21:48:40 +01:00
doc Prepare waf update to 2.0.23 and enable 'clang_compilation_database' 2022-01-09 18:45:50 +01:00
gtk2_ardour i18n: Don't localize "" - that is a special gettext string 2022-01-22 20:26:50 +01:00
headless Do not implicitly modify VST support config parameters 2021-08-10 15:54:37 +02:00
libs sndfile: Fix skipping of first character of file names in error logging. 2022-01-22 21:48:40 +01:00
luasession Do not implicitly modify VST support config parameters 2021-08-10 15:54:37 +02:00
msvc_extra_headers Emulate exp2f() for older MS compilers where it wasn't available 2021-05-05 17:50:41 +01:00
MSVCardour3 Add/remove source(s) in our MSVC project (libardour and gtk2_ardour) 2021-07-19 11:27:02 +01:00
MSVCMixbus3
MSVCvst_scan Add/remove source(s) in our MSVC project (vst2_scanner) 2021-07-05 10:25:35 +01:00
nutemp
session_utils remove unnecessary file/tool 2021-08-13 12:51:28 -06:00
share Add example meta-data file 2022-01-13 00:10:54 +01:00
tools Yet another media-clip bundle fix 2022-01-17 20:38:40 +01:00
.dir-locals.el
.gitattributes
.gitignore Ignore generaed translation files 2020-10-18 17:45:32 +02:00
ardour.1 Update man-page 2020-07-06 21:36:12 +02:00
COPYING
instant.xml.sae
msvc32-fixup.pl Build 'ardour-vst3-scanner.exe' with MSVC 2020-09-22 12:15:09 +01:00
nutempo-todo todo list text for nutempo-related tasks 2021-08-16 13:41:49 -06:00
PACKAGER_README
README Directly use HTTPS 2021-03-23 23:27:45 +01:00
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf Update waf binary, using doc/updating_waf.txt 2022-01-09 18:46:24 +01:00
wscript Flip option, disable compile-database by default 2022-01-20 20:13:46 +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