electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
839 stars 132 forks source link

Custom DSP header support #138

Closed antisvin closed 3 years ago

antisvin commented 3 years ago

Example implemenation of request in https://github.com/electro-smith/DaisySP/issues/136

Tested to work as intended if building with "-DDSY_CORE_DSP -DDSY_CUSTOM_DSP" and "custom_dsp.h" file in include path

stephenhensley commented 3 years ago

Looks good to me.