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
- Host: GitHub
- URL: https://github.com/a5632645/dev-plugins
- Owner: a5632645
- Created: 2025-06-11T05:42:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T18:30:02.000Z (5 months ago)
- Last Synced: 2026-01-12T21:37:52.731Z (5 months ago)
- Topics: audio-effects, audio-plugins, chorus, flanger, reverb, vocoder, vst3
- Language: C++
- Homepage:
- Size: 8.32 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# dev-plugins
originally here lived green vocoder repository.
[ewarp](plugins/ewarp/readme.md) is AM/RM/SpectrumReverse modulator.

[green-vocoder](plugins/green_vocoder/readme.md) is a multiple algorithms vocoder.

---
[steep-flanger](plugins/steep_flanger/readme.md) is a barberpole fir flanger.

---
[deep-phaser](plugins/deep_phaser/readme.md) is an approximately log-warp style of steep-flanger to create phaser-sounding notches.

---
[dispersive-delay](plugins/dispersive_delay/readme.md) is a spectal-delay-like delay using tons of cascade allpass filters.(require AVX or AVX2(faster))

---
[resonator](plugins/resonator/readme.md) is a resonator with allpass dispersion and simple couple matrix.

---
[vital-chorus](plugins/vital_chorus/readme.md) chours made according to Vital's code.

---
[vital-reverb](plugins/vital_reverb/readme.md) reverb made according to Vital's code.

---
## 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)