The SDK included a AGain plug-in which is a very simple VST 3 Plug-In. This plug-in :
- is multichannel compatible,
- supports bypass processing,
- has an automated gain parameter,
- has an Event input bus (allowing to use noteOn velocity to controlling the gain factor),
- has a VU peak meter,
- uses the VSTGUI library
Check the folder public.sdk/samples/vst/again of the SDK!
Validator is a small host application which allows you to load a plug-in and apply some standard tests.
Check the folder public.sdk/samples/vst/validator of the SDK!
Empty