An ennecessarily large volume control plug-in targetting both JUCE and Wwise.
- Install JUCE
- Open
Voluminous.jucer
in the Projucer - Export and build for your targets of choice
- Install the Wwise SDK (>=2018.1.3) using the Wwise Launcher
- Premake and build for your targets of choice using the plug-in development tools:
%WWISEROOT%\Scripts\Build\Plugins\wp.py premake Authoring
%WWISEROOT%\Scripts\Build\Plugins\wp.py premake Windows_vc140
%WWISEROOT%\Scripts\Build\Plugins\wp.py build Authoring Release
%WWISEROOT%\Scripts\Build\Plugins\wp.py build Windows_vc140 Release