The Flagship http://ardour.org
Go to file
Robin Gareus 2e860cd10d
Move SimpleExport to libardour, add Lua bindings
This allows to export a session from the commandline tool

```Lua
AudioEngine:set_backend("None (Dummy)", "", "")
s = load_session ("/path/to/session", "snapshot")
assert (s);
e = s:simple_export()
assert (e:check_outputs ())
e:run_export ()
e = nil
```
2022-10-21 19:50:26 +02:00
doc
gtk2_ardour Prepare to move SimpleExport to backend 2022-10-21 19:35:17 +02:00
headless
libs Move SimpleExport to libardour, add Lua bindings 2022-10-21 19:50:26 +02:00
luasession
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
session_utils Revert "Small test tool for PBD::Transmitter thread-safety tests" 2022-10-05 22:25:07 +02:00
share Update export presets 2022-10-20 21:38:45 +02:00
tools Add Ardour logo sources (thanks to thorwil) 2022-10-14 02:21:09 +02:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1
COPYING
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
TRANSLATORS
waf
wscript Deploy LRDF presets (if any) 2022-10-11 17:07:33 +02:00

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

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