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 Type
    Method
    Description
    createParameter(int parameterId)
    Creates a Parameter that will refer to the parameter of the plug-in with the specified parameter id.
  • Method Details

    • createParameter

      Parameter createParameter(int parameterId)
      Creates a Parameter that will refer to the parameter of the plug-in with the specified parameter id.