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
..
2022-04-09 12:16:41 +02:00
2022-10-21 19:50:26 +02:00
2022-09-12 16:15:10 +02:00
2022-09-21 19:09:55 -06:00
2022-01-22 22:19:03 +01:00
2022-09-24 02:29:50 +02:00
2022-10-17 00:09:25 +02:00
2022-01-22 22:19:03 +01:00
2022-10-07 17:30:35 -06:00
2022-01-22 22:19:03 +01:00
2022-01-22 22:19:03 +01:00
2022-10-21 18:11:19 +02:00
2022-01-22 22:19:03 +01:00
2022-08-03 12:10:01 -06:00
2022-10-19 16:06:47 +02:00
2022-06-22 13:31:08 -06:00
2022-08-03 12:10:01 -06:00
2022-10-18 00:08:21 +02:00
2022-08-03 12:10:01 -06:00
2022-04-09 12:16:37 +02:00
2022-04-09 12:16:40 +02:00
2022-10-14 02:21:49 +02:00
2022-10-16 22:30:35 +02:00
2022-04-01 18:40:46 +02:00
2022-09-21 19:09:55 -06:00
2022-01-22 22:19:03 +01:00
2021-03-01 22:14:38 +01:00
2022-06-22 13:31:08 -06:00
2022-09-20 02:35:26 +02:00
2022-01-22 22:19:03 +01:00
2022-05-24 20:41:59 +02:00