Skip to content

Commit

Permalink
Merge pull request #55 from abaga129/master
Browse files Browse the repository at this point in the history
add disclaimer about no longer being used
  • Loading branch information
abaga129 authored Oct 17, 2023
2 parents 24f73ae + 81cb6bc commit 2a7ca85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ I have many people to thank for doing the math and work that makes it possible f
Many of these effects are based on designs from [Designing Audio Effect Plug-Ins in C++](http://www.willpirkle.com/about/books/)
Another important source is [MusicDSP.org](http://www.musicdsp.org)

# Disclaimer
**This package is no longer actively maintained and should only be used as a reference.**

I've personally pivoted to using `Faust` as the backend for any plugins I develop and intend to eventually replace all of the Ddsp code I use with it. The main reason is that Faust has a massive library of functions that I could never hope to replicate. Faust is also highly efficient and quick to develop with since it is designed specifically for signal processing.

If you are interested in seeing how to use Faust as the backend for a Dplug plugin, see [Dplug Faust Example](https://github.com/ctrecordings/dplug-faust-example)

## Sub-Packages

### ddsp:util
Expand Down

0 comments on commit 2a7ca85

Please sign in to comment.