Seven Phases Spectrum Analyzer is a real-time spectrum analysis VST plugin. The idea was to create an old-fashioned tool reminiscent of classic hardware analyzers of the earlier centuries. Unlike most of other analyzers available these days, this plugin is not FFT-based but utilizes a filter-bank algorithms that mould its unique pros and cons.
See plugin page at KVR Audio.
Looking for release downloads? Find them here.
Required tools:
- WDK 7.1: https://microsoft.com/download/details.aspx?id=11800
- VST SDK: http://www.steinberg.net/en/company/developers.html
Building:
- Install WDK and VST SDK.
- Specify their paths in
build/wdk71/paths.cmd
file (runbuild-release.cmd
to create this file for you). For example:set WDKROOT=E:\WDK set VSTSDKROOT=C:\Foo\Steinberg\VST3SDK
- To compile the plugin run
build/wdk71/build-release.cmd
script. - On a successful build (run the script via
cmd
console to see errors and warnings) the compiled binaries will appear in therelease
directory (x86
andx64
respectively).
Work in progress...