monadgroup / axiom

A powerful realtime node-based audio synthesizer.
Other
677 stars 31 forks source link

Add separate "pre-generate" callback to allow preparations before a batch of generate calls #165

Open cpdt opened 5 years ago

cpdt commented 5 years ago

This should allow us to optimize some functions like delay and the various biquad filters where changing a parameter is expensive, by only performing recalculations once before a batch.