ardour - the digital audio workstation (LADI project modifications). Upstream https://ardour.org/
Go to file
Ben Loftis 6733a847ee Fix Bounced region+filename (lib part)
Prior implementation:
  Bouncing a range and naming it "chorus" resulted in:
     ..a region per track, and they were all named "chorus"
     ...a file per track, with the name "chorus-{playlist name}"

New implementation:
   Bouncing a range and naming it "chorus" results in:
     ..a region per track, with the name "chorus-{playlist name}"
     ...a file with the same name as the region
2021-05-20 11:42:48 -05:00
MSVCMixbus3
MSVCardour3
MSVCvst_scan
doc
gtk2_ardour Fix bounced file+region names: concatenating all the names was a bad idea. (gtk part) 2021-05-20 11:42:48 -05:00
headless
libs Fix Bounced region+filename (lib part) 2021-05-20 11:42:48 -05:00
luasession
msvc_extra_headers Emulate exp2f() for older MS compilers where it wasn't available 2021-05-05 17:50:41 +01:00
nutemp
session_utils
share Plugin Tags: add some new tagged plugins, especially VST3s 2021-05-20 11:42:48 -05:00
tools Fix windows packaging of ardour<V>-lua.exe, unhardcode major version 2021-05-13 21:33:17 +02:00
vst
.dir-locals.el
.gitattributes
.gitignore
COPYING
PACKAGER_README
README
README-GITHUB.txt
TRANSLATORS
ardour.1
instant.xml.sae
msvc32-fixup.pl
system_config
testfile.flac
testfile.ogg
waf
wscript

README

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

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