Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | libs/sig: mechanical rename sig_t->sig_sig_t | Vito Caputo | |
sig_t collides with some signals-related system header on macos. Just prefix it under the sig namespace.. leaving sig_ops alone for now, but maybe they'll become sig_sig_ops in the future too. Note nothing in master actually uses libs/sig currently, but I have an experimental branch with a dusty module using it. | |||
2020-02-03 | libs/sig: add sig_ops_scale w/test example | Vito Caputo | |
This assumes the input value is always 0-1, but may be used to produce values in any signed range, mapped linearly to the input. |