Browse Source

Fix grammar.

master
Andrew Belt 3 years ago
parent
commit
0e35118d61
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Migrate2.md

+ 4
- 1
Migrate2.md View File

@@ -1,7 +1,10 @@
# Migrating v1 Plugins to v2 # Migrating v1 Plugins to v2
The API of VCV Rack 2 has been designed to be nearly backward-compatible with v1 plugins. 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). This means that 90% of plugins will only require a version update and a recompile (a 1-line edit, 15 seconds of work).
For the other 10% of plugins using advanced or unstable API feature, updating to v2 is easy and involves following a few search-and-replace steps.

For the other 10% of plugins using advanced or unstable API features, updating to v2 is easy and involves following a few search-and-replace steps.

Additionally, Rack 2 includes several new optional enhancements that plugin developers can use to improve usability of their plugins in [section 3](#3-New-optional-v2-API-features).




### 1.1) Update `plugin.json` version string to v2 ### 1.1) Update `plugin.json` version string to v2


Loading…
Cancel
Save