WrappedAFX is a simple header wrapper that consolidates all the functionality offered by RackAFX and provides a simple interface to write an audio plugin.
Download the Installer from here
Documentation can be found here
-
To write the DSP logic for your audio plugin, Open the WrappedFX.h file and traverse to the run function.
-
To retrieve the latest value from the "Gain" knob, use the function with the following syntax below.
getParameter(controlID::<controlID>);
- Create a VU Meter on the prototype panel
- Pass the Value to the VU meter in the run function, using the function below
setMeterValue(<newValue>,controlID::<controlID>);
WrappedAFX is installed on RackAFX 7.0 as a standalone patch and thus gets registered as its own entity in the Windows Registry, Therefore WrappedAFX can be uninstalled using the "add/remove" programs on Windows.