Skip to content

A simpler bit crusher effect plugin (VST3, CLAP)

License

Notifications You must be signed in to change notification settings

DaforLynx/crrshrr-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crrshrr

This crrshrr is a simpler bit crusher effect than the crrshrr it is based off of. It is available as a VST and CLAP plugin for Windows and Linux, and can be compiled to Windows, Linux and OSX.

screenshot

There is a "CRUNCH" button which switches the algorithm used for the downsampling. No crunch can only downsample at certain thresholds, but results in a different, cleaner sound. With crunch on, you get a noisier result, but can freely use whatever samplerate you like.

The "GATE" button determines whether sound at the noise floor (which depends on the bit depth) is rounded up or down. At lower bit depth settings this results in a noticeable "gating" effect.

This was created as a way to play around with Rust, nih-plug, and audio effects development in general.

Building

After installing Rust, you can compile crrshrr as follows:

cargo xtask bundle crrshrr --release

About

A simpler bit crusher effect plugin (VST3, CLAP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%