-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
There's a bit of low hanging fruit for (minorly) improving processing performance:
- Split out a
phasor
and asphasor
so that thephasor
itself doesn't constantly check for a reset signal - Pre-calculate
T = 1 / sr
in the phasor, root, etc - Approximate the trig functions; sin -> Pade, tanh -> Taylor, etc
- Fast pow and log functions, etc
Metadata
Metadata
Assignees
Labels
No labels