The Flagship http://ardour.org
Go to file
Robin Gareus 6b6ae5dedb
Fix file-extension check
If the extension is not found, string::rfind() returns -1,
That can still match unrelated file if the file-name is one
char longer than an arbitrary extension.

eg. "foo" matched ".aiff" because
-1 = strlen("foo") - strlen(".aiff")

Also due to a missing comma ".VOC.vwe" matched any file shorter
than 7 chars in length.
2021-12-16 19:08:03 +01:00
doc add LaTeX original of tempo doc 2021-12-04 11:50:31 -07:00
gtk2_ardour add Config variable for trigger enable 2021-12-16 10:39:43 -07:00
headless
libs Fix file-extension check 2021-12-16 19:08:03 +01:00
luasession
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils
share Bundle some media-files 2021-12-16 19:08:03 +01:00
tools basic skeleton for clip editor bindings 2021-12-10 15:15:56 -07:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1
COPYING
instant.xml.sae
msvc32-fixup.pl
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Bundle some media-files 2021-12-16 19:08:03 +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