Skip to content

A very simple bit crusher effect plugin (VST3, CLAP)

License

Notifications You must be signed in to change notification settings

erroreyes/crrshrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crrshrr

crrshrr is a simple bit crusher effect. It is available as a VST and CLAP plugin for Windows and Linux, and can be compiled to Windows, Linux and OSX.

screenshot

While the bit depth and (sample) rate parameters do what may be expected to, the random and random rate parameters add a bit of a distinctive flavor to it.

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