Freeverb3_vst VST Plugins set
Windows / Windows x64 / Mac OS X (x86/ppc 32bit/64bit) VST binaries
- freeverb3_vst
- VST plugins' binaries package. MinGW(-w64) runtime installer can be retrieved from this directory.
- freeverb3_vst/+obsolete
- Obsolete VST plugins' binaries package.
Getting Started
There are some optimized binary versions of Freeverb3_vst. You can use the check_cpu.exe in the package
to choose the suitable binary version for you environment. In most cases, you should use the single precision
SSE optimized version for the 32bit environment and single precision version for the 64bit environment, which may be the fastest version.
The Mac OS X versions and 64bit versions (x64) are preview versions and not tested well.
Latest VST Downloads
- Windows 32bit
-
Single precision SSE optimized version
Double precision SSE2 optimized version
- Windows 64bit
-
Single precision SSE optimized version
Double precision SSE2 optimized version
- MinGW(-w64) runtime installer for both 32bit and 64bit (Optional)
- See the README.txt for details. You do not need to download this if you do not get some DLL errors.
SetupMinGWRuntime-1.0-4.5.3.exe
- (Other 32bit versions)
- (Other 64bit versions)
- Mac OS X Universal Binary ppc/ppc64/x86/x64 (single precision version)
-
Single precision optimized version
Version Notes
- Precision of floating point
- The single precision version is suitable for fast realtime operation.
The double precision version may be slower than the fast version, but more accurate
than the single precision version. If you want to get the good sounding output,
you should use the double precision version since the single precision version has precision error noise.
- SIMD Optimization (32bit single precision)
- The x87/3DNow! version is no longer supported.
The SSE version supports CPU after PentiumIII (Intel) and AthlonXP (AMD).
The SSE3 version supports CPU after Pentium4 Prescott (Intel) and Athlon64 Venice (AMD).
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
- SIMD Optimization (32bit double precision)
- The x87 version is no longer supported.
The SSE2 version supports CPU after Pentium4 (Intel) and Opteron/Athlon64 (AMD).
The SSE4 version supports CPU after Core2Duo Wolfdale (E8x00 E7x00) (Intel).
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
- SIMD Optimization (64bit single/double precision)
- The SSE/SSE2 version supports all AMD64/x86-64 architecture CPUs.
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
DLL dependency
The third-party software components in the Freeverb3_vst are statically linked and there is no need
to install them, but some MinGW/GCC DLLs are sometimes needed in some cases because of the MinGW building environment.
The DLLs which may be required to install are in the /bin/ directory in the binary package,
which should be installed to the Windows' System directory or the PATH directory. You do not have to install the DLLs
if you do not get some DLL not found errors.