APE DSP Algorithms

"Audio Programming Environment (APE) [Link] is an open-source audio plugin, that allows to directly program C++ DSP in real-time - integrated directly in your signal chain. Empowered by clang and LLVM, utilizing a built-in code editor, compiler, console and a basic control surface API, testing and prototyping DSP is extremely easy and convenient".

This article shows how to use it and how you go from a DSP equation to a functioning implementation.

APE "Installation"

Simple Low Pass Filter Example

References