Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-03 | libs/sig: update comment for ops_lerp_init | Vito Caputo | |
Comment was vestigial from ops_mult.c which ops_lerp.c was derived from. | |||
2020-02-03 | libs/sig: cosmetic rearrangement | Vito Caputo | |
Make sig_ops_t.destroy functions consistently after init, no functional changes. | |||
2020-02-03 | libs/sig: add sig_ops_lerp linear interpoplation | Vito Caputo | |
This takes three signals; a, b, and t t controls the weight interpolating between a and b, they all key off the same time ticks_ms. |