8000 GitHub - bhostetler18/BYOD: Build-your-own guitar distortion!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bhostetler18/BYOD

 
 

Repository files navigation

BYOD (Build-Your-Own Distortion)

CI License

BYOD is a guitar distortion plugin with a customisable signal chain that allows users to create their own guitar distortion effects. The plugin contains a wide variety of distortion effects from analog modelled circuits to purely digital creations, along with some musical tone-shaping filters, and a handful of other useful processing blocks.

BYOD is open to contributions! If you would like to add new guitar effect processors, please see the documentation.

BYOD is currently in pre-release. If you would like to try the latest Nightly Builds (potentially unstable), they can be downloaded here.

Building

To build from scratch, you must have CMake installed.

# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/BYOD.git
$ cd BYOD

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --parallel 4

If you'd like to make an optimized "release" build, it is suggested to use some slightly different build commands:

$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --config Release --parallel 4

Credits:

Credits for the individual processing blocks are shown on the information page for each block. Big thanks to all who have contributed!

License

BYOD is open source, and is dual-licensed under the General Public License Version 3. For more details, please see the licensing documentation. Enjoy!

About

Build-your-own guitar distortion!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 2.6%
  • Shell 1.3%
  • Inno Setup 0.9%
  • Python 0.8%
  • AGS Script 0.1%
  • C 0.1%
0