-
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 with the API method getMetadata for example. See metadata plugin tester and also this plugin API tester tested for mandatory methods in the API (most of them inherited from SDK)
- Can iterate list of parameters in plugin
- Can get type of parameter (discrete, continuous, etc.), see for example Juce param class hierarchy
- Can set value with sample-rate accuracy