A VST3 channel strip plugin built with JUCE framework, incorporating classic Airwindows processing algorithms into a comprehensive mixing tool. Also available as a standalone application.
NineStrip is a complete channel strip solution that combines console modeling, filtering, EQ, and dynamics processing in a single plugin. Built on proven Airwindows algorithms, it provides a streamlined workflow for mixing and mastering tasks.
Available formats:
- VST3 plugin (for use in DAWs)
- Standalone application (for independent audio processing)
PURESTGAIN - Input Gain
↓
INTERSTAGE - Analog Conditioning
↓
CHANNEL9 - Console model + Saturation + Drive
↓
HIGHPASS2 - High Pass
↓
LOWPASS2 - Low Pass
↓
BAXANDALL2 - Bass and Treble Shelves
↓
PARAMETRIC - Mid Band
↓
DC BLOCKER - DC Offset Removal
↓
PRESSURE4 - Compressor
↓
PURESTGAIN - Output Gain
- Console Modeling: Channel9 provides authentic analog console character with saturation and drive
- Flexible Filtering: User-controlled high-pass and low-pass filters for precise frequency shaping
- Three-Band EQ: Bass and treble shelves plus parametric midrange control using Baxandall topology
- Dynamics Processing: Pressure4 compression for transparent gain control
- Input/Output Gain Staging: Complete control over signal levels throughout the chain
VST3 Plugin:
- Download the
NineStrip.vst3bundle - Copy to your VST3 directory:
mkdir -p ~/.vst3 cp -r NineStrip.vst3 ~/.vst3/
- Rescan plugins in your DAW
Alternative system-wide installation:
sudo cp -r NineStrip.vst3 /usr/lib/vst3/Standalone Application:
- Download the
NineStripexecutable - Make it executable and run:
chmod +x NineStrip ./NineStrip
VST3 Plugin:
-
Download the
NineStrip.vst3bundle -
Remove macOS quarantine flag
macOS Gatekeeper blocks unsigned plugins with a "plugin is damaged" error. Until this plugin is code-signed, you'll need to remove the quarantine flag using Terminal:xattr -rd com.apple.quarantine ~/Downloads/NineStrip.vst3 -
Copy to one of these locations:
~/Library/Audio/Plug-Ins/VST3/ (user) /Library/Audio/Plug-Ins/VST3/ (system) -
Rescan plugins in your DAW
Standalone Application:
- Download the
NineStrip.appbundle - Remove quarantine flag:
xattr -rd com.apple.quarantine ~/Downloads/NineStrip.app - Drag to Applications folder or run directly
VST3 Plugin:
- Download the
NineStrip.vst3bundle - Copy to your VST3 directory:
C:\Program Files\Common Files\VST3\ - Rescan plugins in your DAW
Standalone Application:
- Download
NineStrip.exe - Run directly or place in a convenient location
git clone --recurse-submodules https://github.com/blablack/nine-strip.git
cd nine-strip
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
ninja -C buildBuilt artifacts will be in:
- VST3:
build/src/NineStrip_artefacts/Release/VST3/ - Standalone:
build/src/NineStrip_artefacts/Release/Standalone/
cd doc
pandoc NineStrip_Manual.md -o NineStrip_Manual.pdf --pdf-engine=xelatexPlugin Mode: Load NineStrip on any channel where you want complete processing control.
Standalone Mode: Launch the application and configure your audio interface in the settings. Perfect for processing external hardware or standalone audio tasks.
The signal flows from top to bottom through each stage, allowing you to shape tone, dynamics, and character in a single pass.
This plugin incorporates processing algorithms from Airwindows by Chris Johnson. Massive thanks to Chris for his open-source contributions to the audio community. Support his work on Patreon.
The UI look and feel is based on the 3D knob from SoundDevelopment/3D_knob_lnf (MIT License).
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) due to the use of the JUCE framework under its open-source license terms.
- JUCE Framework: Used under GPL/AGPL license terms
- Airwindows algorithms: MIT License (compatible with AGPL-3.0)
- 3D Knob LnF: MIT License (compatible with AGPL-3.0)
- NineStrip: AGPL-3.0
See the LICENSE file for full details.
Contributions are welcome! Please submit pull requests or open issues for bugs and feature requests. Report issues or request features at GitHub Issues.
