mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a migration script for Ardour
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user