From 75ff444069d1cebcee1aa031ce56b5a18dade509 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 11 Sep 2021 08:34:20 -0400 Subject: [PATCH] Add WIP note to Migrate2. --- Migrate2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Migrate2.md b/Migrate2.md index 7039b4d..4b36e1f 100644 --- a/Migrate2.md +++ b/Migrate2.md @@ -1,4 +1,6 @@ # Migrating v1 Plugins to v2 +*This document is a work-in-progress and will be finalized when the Rack 2 ABI is declared stable.* + The API of VCV Rack 2 has been designed to be nearly backward-compatible with v1 plugins. This means that 90% of plugins will only require a version update and a recompile (a 1-line edit, 15 seconds of work).