https://github.com/dropsnorz/wobbleizer
A VST audio plugin filter with synced LFO modulation
https://github.com/dropsnorz/wobbleizer
audio-plugin filter lfo vst
Last synced: about 1 month ago
JSON representation
A VST audio plugin filter with synced LFO modulation
- Host: GitHub
- URL: https://github.com/dropsnorz/wobbleizer
- Owner: DropSnorz
- License: mit
- Created: 2016-11-04T07:11:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T20:55:50.000Z (3 months ago)
- Last Synced: 2025-03-21T06:41:39.469Z (about 1 month ago)
- Topics: audio-plugin, filter, lfo, vst
- Language: C++
- Homepage:
- Size: 1.6 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wobbleizer
WobbleIzer is an audio plugin which provide tools to easily create fat and loud wobbles.
* 3 Filter curves : Lowpass, Highpass, Bandpass
* Resonance control
* LFO automation (Sine, Saw, Square, Triangle)
* Synced LFO binding (from DAW clock)
* Custom frequency boosterPlugin is available as VST2 (soon RTAS and VST3)
Wobbleizer is developed with [WDL-OL](https://github.com/olilarkin/wdl-ol) framework. Main filter processing is based on [DSPFilters](https://github.com/vinniefalco/DSPFilters).