Our open-source plug-in developed by Thomas, Simon, IEM and AA.
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.
-
A copy of the JUCE source repository is needed, as these plugins refer to JUCE modules. An example for how you would check things out for development might be thus: $ mkdir AustrianAudioPlugins ;cd AustrianAudioPlugins $ git clone https://github.com/juce-framework/JUCE.git $ git clone https://github.com/AustrianAudioGmbH/AmbiCreator $ git clone https://github.com/AustrianAudioGmbH/PolarDesigner $ git clone https://github.com/AustrianAudioGmbH/StereoCreator
-
The JUCE repo should be checked out 'alongside' the Plugin sources, so that your folder structure might look like this (if you've checked out all of our other plugins as well, which also have this requirement):
. ├── AmbiCreator ├── JUCE ├── PolarDesigner └── StereoCreator
- For building AAX plugins you need to add the AAX SDK location to your Projucer paths.
PolarDesigner is based on JUCE. To build PolarDesigner, get a recent version of JUCE and open PolarDesigner.jucer in Projucer. Select an exporter of your choice (e.g. Visual Studio or XCode) to create and open a project file in your IDE.
Parts of the code are based on the IEM Plugin Suite - check it out, it's awesome!