Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.26 KB

README.md

File metadata and controls

32 lines (20 loc) · 2.26 KB

BitCrusher Demo (v2)

A simple bitcrusher plugin inspired by a tutorial by Aaron Leese (Stagecraft Software) and Joshua Hodge from the The Audio Programmer.

BitCrusher-Screenshot

(here is a video of the plugin in action inside Ableton Live 10)

The plugin is the result of following along with the tutorial and then trying to add a bunch of improvements and extra features in order to learn the basics of the JUCE framework.

If you are just getting started, I suggest taking a look at the original tutorial and code first:

Plugin details/additions

Here's a list of the main additions or changes that I made to the original tutorial code.

New Features

  • mix: controlling dry/wet ratio
  • noise type: chose between white and "simple" noise (TODO: add other type of noise)
  • noise algorythm: chose whether noise is added or multiplied with the original signal
  • gain: control the global output

Improvements