Interface SpecificPluginDevice
public interface SpecificPluginDevice
Interface that can be used to access the parameters of a specific plug-in device.
Specific interfaces can be created by calling
Device.createSpecificVst2Device(int) or
Device.createSpecificVst3Device(String).- Since:
- API version 12
-
Method Summary
Modifier and TypeMethodDescriptioncreateParameter(int parameterId) Creates aParameterthat will refer to the parameter of the plug-in with the specified parameter id.
-
Method Details
-
createParameter
Creates aParameterthat will refer to the parameter of the plug-in with the specified parameter id.
-