Add a migration script for Ardour

This commit is contained in:
Robbert van der Helm
2021-01-22 21:29:35 +01:00
parent e171881666
commit 52b723ef7d
4 changed files with 142 additions and 12 deletions
+12
View File
@@ -18,6 +18,18 @@ To use these, download the migration scripts for the DAWs you need to migrate an
old project file for and run them. You'll get on screen instructions with what
to do after that.
## Ardour
```shell
# First download the script
curl -o migrate-ardour.py https://raw.githubusercontent.com/robbert-vdh/yabridge/master/tools/migration/migrate-ardour.py
chmod +x migrate-ardour.py
# And then run it on any old .ardour files, the script will guide you through the
# migration process
./migrate-ardour.py /path/to/some/project/project.ardour
```
## Bitwig Studio
```shell