Add a migration script for Renoise

Now all migration scripts are done.
This commit is contained in:
Robbert van der Helm
2021-01-22 22:51:08 +01:00
parent 34136dd9cc
commit 91d0b405ec
2 changed files with 119 additions and 0 deletions
+12
View File
@@ -53,3 +53,15 @@ chmod +x migrate-reaper.py
# migration process
./migrate-reaper.py /path/to/some/project.RPP
```
## Renoise
```shell
# First download the script
curl -o migrate-renoise.py https://raw.githubusercontent.com/robbert-vdh/yabridge/master/tools/migration/migrate-renoise.py
chmod +x migrate-renoise.py
# And then run it on any old .xrns files, the script will guide you through the
# migration process
./migrate-renoise.py /path/to/some/project.xrns
```