diff --git a/README.md b/README.md index 79c8f4b..a727781 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,11 @@ Use the provided script (no need to remember the details): After deploying, in FL Studio: **Options → Manage plugins → tick "Rescan previously failed plugins" → Find installed plugins**, then search for **Codename 206**. (The rescan-failed step is essential — without it FL silently skips a plugin it has seen before.) + +> **Known issue (deferred):** the **CLAP** build shows its name/vendor/type correctly in FL, but +> the **VST3** still displays stale/missing metadata there. Suspected cause is FL caching the VST3 +> by its unchanged `VST3_CLASS_ID`. Likely fix is to regenerate that class ID (and/or clear FL's +> plugin DB); low priority for now — use the CLAP build meanwhile. ---