This is PolarDesigner Version 3
Our open-source plug-in developed by Thomas, Simon, IEM and Austrian Audio.
PolarDesigner allows you to control the polar pattern of your OC818 microphone in up to five frequency bands. Available as VST3, AAX and AU. Get installers for Windows and Mac at austrian.audio.
Requirements:
- cmake
- a C++20 compatible compiler (GCC, clang, MSVC)
To build from source, you need to clone the repo and its submodules
git clone https://github.com/AustrianAudioGmbH/PolarDesigner.git
cd PolarDesigner
git submodule update --init --recursiveAfter that, create a build directory, configure & compile with
mkdir build && cd build
cmake ..
cmake --build . --config ReleasePolarDesigner 3 makes use of the following projects:
