jarmitage / resonators

Resonant filter bank synthesis on Bela based on [resonators~] Max/Pd object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimisation: experiment with moving render functions into headers

jarmitage opened this issue · comments

you could try moving the definitions of the Resonator::render() and ResonatorBank::render() functions to Resonators.h (possibly inside the class declaration itself), and see if the compiler can achieve performance improvement by optimizing away some function calls.