Test Remap ParamID
Introduction
As part of the VST 3 Plug-ins Examples, Test Remap ParamID is a simple FX plug-in that demonstrates how a VST 3 Plug-in could replace another one. In this example, it could replace the AGain plug-in when it is not available. It illustrates the use of the interface IRemapParamID (for mapping Test Remap ParamID parameters to AGain plug-in parameters) and the module info with its compatibility field.
See also: Online Documentation.
Getting Started
This plug-in is part of the VST 3 SDK package. It is created with the VST 3 SDK root project.
See the top-level README of the VST 3 SDK: https://github.com/steinbergmedia/vst3sdk.git
Getting Help
- Read through the SDK documentation on the VST 3 Developer Portal
- Ask some real people in the official VST 3 Developer Forum