Files
hot-step-cpp-ROCm/engine/vendor/vst3sdk/public.sdk/samples/vst/remap_paramid
2026-08-16 18:24:52 +07:00
..
2026-08-16 18:24:52 +07:00
2026-08-16 18:24:52 +07:00
2026-08-16 18:24:52 +07:00
2026-08-16 18:24:52 +07:00

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