-
Notifications
You must be signed in to change notification settings - Fork 7
Host Requirements
micbuffa edited this page May 6, 2020
·
7 revisions
(Examples)
- Can load plugin from URL
- Can read description of plugin prior to instantiation
- Can instantiate audio processing node for plugin
- Can instantiate GUI for plugin
- Can get plugin's metadata set programmatically (API method getMetadata for example. See [https://wasabi.i3s.unice.fr/WebAudioPluginBank/testers/SDKshow.html](metadata plugin tester))and also https://wasabi.i3s.unice.fr/WebAudioPluginBank/testers/test2.html were mandatory in the API (most of them inherited from SDK)
- Can iterate list of parameters in plugin
- Can get type of parameter (discrete, continuous, etc.)
- Can set value with sample-rate accuracy