Skip to content

Commit

Permalink
Pull request #110: [fix] strings
Browse files Browse the repository at this point in the history
Merge in VSTSDK/vst3_dev_portal from string-review to main

* commit '3ff56d673dc7dad89779e8dbc76aa0fdd1aaf6c3':
  [fix] strings
  • Loading branch information
ygrabit committed Feb 7, 2024
2 parents e101927 + 3ff56d6 commit a8878f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/FAQ/Hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ A host is permitted to return *kNotImplemented* if it does not support it! The p

## Q: Is it common for big / important plug-ins to rely on *kReloadComponent* for normal usage?

No, this is not the typical use case. However, it could be used by plug-ins changing its internal-external representation (change of parameter´s count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.
No, this is not the typical use case. However, it could be used by plug-ins changing their internal-external representation (change of parameter count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.

---

## Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter busses to units, etc.?

Plug-in Unit names can change when restartComponent is called with *kParamTitlesChanged*.
When restartComponent is called with *kReloadComponent* then the whole structure should be regenerated.
When restartComponent is called with *kReloadComponent*, the whole structure should be regenerated.

---

Expand Down

0 comments on commit a8878f7

Please sign in to comment.