Skip to content

Commit

Permalink
Pull request #112: Main => deploy
Browse files Browse the repository at this point in the history
Merge in VSTSDK/vst3_dev_portal from main to deploy

* commit 'a8878f7b8061f3455728eb9125589e5afb03b2d0':
  [fix] strings
  • Loading branch information
ygrabit committed Feb 8, 2024
2 parents 1bd32e7 + a8878f7 commit e573432
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 e573432

Please sign in to comment.