plugins by manaswolrd
website: https://manaswolrd.github.io/en/index.html
This repository contains AI/LLM-assisted code and documentation.
If you prefer not to use projects involving AI, this repository probably isn't for you.
Click the link of the plugin name to see a more detailed introduction
| name | description |
|---|---|
DeepPhaser |
barberpole FIR phaser |
DispersiveDelay |
massive allpass filter create dispersive delay |
GreenVocoder |
multiple algorithm vocoder |
Resonator |
inharmonic resonator with scatter matrix |
STTR |
aka short-time-time-reversal |
SteepFlanger |
barberpole FIR/IIR flanger |
VitalChorus |
port of vital synth's chorus |
VitalReverb |
port of vital synth's reverb |
WarpCore |
multiband spectral inversion |
Download the compressed package for the corresponding operating system from Release. After extracting it, you will generally see a structure like this:
pluginName-win-vX.Y.Z.zip
VST3/
PluginName.vst3/
pluginName-macos-vX.Y.Z.zip
AU/
PluginName.component/
VST3/
PluginName.vst3/
pluginName-linux-vX.Y.Z.zip
LV2/
PluginName.lv2/
VST3/
PluginName.vst3/
When installing, copy one of these folders directly:
PluginName.vst3PluginName.componentPluginName.lv2
Common install locations:
- Windows VST3:
C:\Program Files\Common Files\VST3\ - macOS VST3:
/Library/Audio/Plug-Ins/VST3/or~/Library/Audio/Plug-Ins/VST3/ - macOS AU:
/Library/Audio/Plug-Ins/Components/or~/Library/Audio/Plug-Ins/Components/ - Linux LV2:
~/.lv2/or/usr/lib/lv2/ - Linux VST3:
~/.vst3/or/usr/lib/vst3/
For example, on Windows, do not copy the VST3 folder itself. Copy the whole PluginName.vst3 folder inside it to C:\Program Files\Common Files\VST3\.
Additionally, macOS users may need to do the following:
sudo xattr -dr com.apple.quarantine /path/to/your/plugins/plugin_name.component
sudo xattr -dr com.apple.quarantine /path/to/your/plugins/plugin_name.vst3
sudo xattr -dr com.apple.quarantine /path/to/your/plugins/plugin_name.lv2If macOS blocks a downloaded plugin, you can run the commands above on the plugin bundle to remove the quarantine attribute.
see developer.md
sttr researchers, https://ccrma.stanford.edu/~hskim08/sttr/
surge team for the sst-basic-blocks, https://github.com/surge-synthesizer