Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.48 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.48 KB

RT-WDF

RT-WDF is a real-time capable Wave Digital Filter library for circuit modeling, with support for arbitrary topologies and multiple/multiport non-linearities. It was introduced in a DAFx-16 paper and comes with a full API reference documentation.

The repository is divided into two parts:

Libs

This folder contains the actual code of RT-WDF.

Documentation

This folder contains the DAFx-16 paper as well as the doxygen file to generate the API reference documentation.

After installing doxygen, run doxygen ./Documentation/Doxyfile to generate the html documentation in a new folder at ../rt-wdf-doc, which corresponds to the gh-pages branch.

Dependencies

RT-WDF depends on armadillo. Make sure to install the library and it's dependencies.

Getting started

To get started, check out the wdfRenderer project, which runs some reference circuits.

Contact

Drop a line to rt-wdf@e-rm.de to get in touch!

Acknowledgements

Initial development of the RT-WDF libary was partly sponsored by CCRMA/Stanford University. A special thanks goes to Julius Orion Smith III for making this possible.