Skip to content

LiamGallagherBC/bitcrusher-demo-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple bitcrusher plugin written in JUCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%