An open API service indexing awesome lists of open source software.

https://github.com/a5632645/dev-plugins

collections of my plugins
https://github.com/a5632645/dev-plugins

audio-effects audio-plugins chorus flanger reverb vocoder vst3

Last synced: 4 months ago
JSON representation

collections of my plugins

Awesome Lists containing this project

README

          

# dev-plugins
originally here lived green vocoder repository.

[ewarp](plugins/ewarp/readme.md) is AM/RM/SpectrumReverse modulator.
![GUI](plugins/ewarp/gui.png)

[green-vocoder](plugins/green_vocoder/readme.md) is a multiple algorithms vocoder.
![GUI](plugins/green_vocoder/gui.png)
---
[steep-flanger](plugins/steep_flanger/readme.md) is a barberpole fir flanger.
![GUI](plugins/steep_flanger/gui.png)
---
[deep-phaser](plugins/deep_phaser/readme.md) is an approximately log-warp style of steep-flanger to create phaser-sounding notches.
![GUI](plugins/deep_phaser/gui.png)
---
[dispersive-delay](plugins/dispersive_delay/readme.md) is a spectal-delay-like delay using tons of cascade allpass filters.(require AVX or AVX2(faster))
![GUI](plugins/dispersive_delay/gui.png)
---
[resonator](plugins/resonator/readme.md) is a resonator with allpass dispersion and simple couple matrix.
![GUI](plugins/resonator/gui.png)
---
[vital-chorus](plugins/vital_chorus/readme.md) chours made according to Vital's code.
![GUI](plugins/vital_chorus/gui.png)
---
[vital-reverb](plugins/vital_reverb/readme.md) reverb made according to Vital's code.
![GUI](plugins/vital_reverb/gui.png)
---

## useful links
find more wried plugins at [hirrofox github](https://github.com/hiirofox)
find more intresting plugins at [ryukau github](https://github.com/ryukau)
filter for music DSP [THE ART OF VA FILTER DESIGN](https://www.native-instruments.com/fileadmin/ni_media/downloads/pdf/VAFilterDesign_2.1.2.pdf)

## license
qwqdsp is MIT.
vital-chorus and vital-reverb are GPLv3, because i reference to vital's code.
chorus(WIP) is also GPLv3, see [Qdelay](https://github.com/tiagolr/qdelay).
other plugins are MIT(only the DSP processing part), commercial using need a JUCE commercial license(the hole plugin).

## credits
preset code from [jucePresetManagement](https://github.com/TheAudioProgrammer/jucePresetManagement)
great chorus and reverb from [vital](https://github.com/mtytel/vital)