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
+3 -3
View File
@@ -44,9 +44,9 @@ print(
textwrap.wrap(
f"This script will go through '{filename}' to migrate old yabridge VST3 plugin instances. "
f"The output will be saved to '{migrated_filename}', but make sure to still create a backup of the original file in case something does go wrong. "
f"For every VST3 plugin found you will be prompted with the question if you want to migrate it. "
f"Answer 'yes' for all old yabridge VST3 plugin instances, and 'no' for any other VST3 plugin."
f"Make sure to test whether the new project works immediately after migration.",
"For every VST3 plugin found you will be prompted with the question if you want to migrate it. "
"Answer 'yes' for all old yabridge VST3 plugin instances, and 'no' for any other VST3 plugin."
"Make sure to test whether the new project works immediately after migration.",
width=80,
break_on_hyphens=False,
)