13
0
Go to file
Paul Davis 9e84245c58 fix small error in GUI dimensions stemming from removal of tape tracks
THe original determinant of width was:

   double     const width     = ((at->mode() == Destructive) ? 2 : 0);

the conditional is always false now, so the width is a constant (zero)
2020-03-22 16:43:13 -06:00
doc Update doxygen doc 2020-03-02 17:58:03 +01:00
gtk2_ardour fix small error in GUI dimensions stemming from removal of tape tracks 2020-03-22 16:43:13 -06:00
headless Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
libs fix slaving to JACK transport (again!) 2020-03-22 10:57:54 -06:00
msvc_extra_headers Update 'CURRENT_SESSION_FILE_VERSION' for our MSVC builds 2020-03-14 11:23:26 +00:00
MSVCardour3 Add/remove source(s) in our MSVC project (gtk2_ardour) 2020-03-18 09:24:13 +00:00
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
share Fix typo in script 2020-03-15 11:24:55 +01:00
tools remove destructive/tape mode tracks 2020-03-17 16:31:49 -06:00
us2400
vst
.dir-locals.el
.gitattributes
.gitignore Update gitignore, clean up git status 2020-02-23 21:11:47 +01:00
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Fix optimized mingw/gcc-8.2 builds 2020-03-10 20:55:50 +01:00

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

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