7 releases (stable)
new 2.2.0 | Dec 7, 2023 |
---|---|
2.1.1 | May 22, 2023 |
2.0.0 | Apr 19, 2023 |
1.0.0 | Mar 22, 2023 |
0.2.0 | Sep 29, 2022 |
#19 in #vst-plugin
41 downloads per month
2MB
1.5K
SLoC
audio-processor-bitcrusher
Implements a simple bitcrusher based on "sample-and-hold".
BitCrusherProcessor
is the audio_processor_traits::AudioProcessor
implementation.
BitCrusherHandle
is the handle with which to change parameters from any thread. A generic
handle is implemented to generate generic GUIs.
License: MIT
lib.rs
:
Implements a simple bitcrusher based on "sample-and-hold".
BitCrusherProcessor
is the audio_processor_traits::AudioProcessor
implementation.
BitCrusherHandle
is the handle with which to change parameters from any thread. A generic
handle is implemented to generate generic GUIs.