All Projects → robbert-vdh → diopser

robbert-vdh / diopser

Licence: GPL-3.0 license
A totally original phase rotation plugin

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to diopser

Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (+1926.92%)
Mutual labels:  vst3
Surge
Synthesizer plug-in (previously released as Vember Audio Surge)
Stars: ✭ 1,382 (+5215.38%)
Mutual labels:  vst3
GuitarAmp
A basic and experimental guitar modeling amp
Stars: ✭ 79 (+203.85%)
Mutual labels:  vst3
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (+3180.77%)
Mutual labels:  vst3
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (+157.69%)
Mutual labels:  vst3
Vst Js
native node addon that allows for instantiation of natively installed VST3 audio plugins
Stars: ✭ 153 (+488.46%)
Mutual labels:  vst3
Audiogridder
DSP servers using general purpose networks and computers - https://audiogridder.com
Stars: ✭ 423 (+1526.92%)
Mutual labels:  vst3
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (+0%)
Mutual labels:  vst3
Jamba
A lightweight VST2/3 framework
Stars: ✭ 73 (+180.77%)
Mutual labels:  vst3
Roboverb
A VST / VST3 / AU / LV2 Reverb Plugin
Stars: ✭ 48 (+84.62%)
Mutual labels:  vst3
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+3250%)
Mutual labels:  vst3
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (+69.23%)
Mutual labels:  vst3
Sfizz
SFZ parser and synth c++ library, providing AU / LV2 / VST3 plugins and JACK standalone client
Stars: ✭ 174 (+569.23%)
Mutual labels:  vst3
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+3384.62%)
Mutual labels:  vst3
OS-251
OS-251 is a synthesizer plugin
Stars: ✭ 77 (+196.15%)
Mutual labels:  vst3
Vstgui
A user interface toolkit mainly for audio plug-ins
Stars: ✭ 443 (+1603.85%)
Mutual labels:  vst3
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (+423.08%)
Mutual labels:  vst3
Vst3HostDemo
Vst3HostDemo
Stars: ✭ 16 (-38.46%)
Mutual labels:  vst3
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (+134.62%)
Mutual labels:  vst3
aeolus plugin
Pipe organ synthesizer (VST plugin)
Stars: ✭ 38 (+46.15%)
Mutual labels:  vst3

Diopser

Automated builds

Diopser is now part of NIH-plug and will receive additional features there. This version of the plugin will not be developed any more.

You were expecting Disperser¹, but it was me, Diopser!

Diopser lets you rotate the phase of a signal around a specific frequency without affecting its spectral content. This effect can be used to emphasize transients and other parts of a sound that in a way that isn't possible with regular equalizers or dynamics processors, especially when applied to low pitched or wide band sounds. More extreme settings will make everything sound like a cartoon laser beam, or a psytrance kickdrum. If you are experimenting with those kinds of settings, then you may want to consider temporarily placing a peak limiter after the plugin in case loud resonances start building up.

*Disperser is a trademark of Kilohearts AB. Diopser is in no way related to Disperser or Kilohearts AB.

Download

You can download the latest development binaries for Linux, Windows and macOS from the automated builds page. GitHub requires you to be signed in to be able to download these files. The macOS builds are compiled for macOS 10.13. You may also have to disable Gatekeeper to use the VST3 version as Apple has recently made it more difficult to run unsigned code on macOS. I sadly cannot provide any support for the Windows and macOS versions at the moment, but the plugins should work!

Building

To build the VST3 plugin, you'll need CMake 3.15 or higher and a recent C++ compiler.

cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel --config Release

You'll find the compiled plugin in build/Diopser_artefacts/Release/VST3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].