alexbw/novocaine

use of @autoreleasepool in renderCallback and inputCallback

wtholliday opened this issue · 1 comments

There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)

I'd love a PR!