vitreo12 / omni

DSL for low-level audio programming.
https://vitreo12.github.io/omni/
MIT License
188 stars 6 forks source link

Math stdlib #87

Closed vitreo12 closed 4 years ago

vitreo12 commented 4 years ago
  1. Math functions from math.nim should support all number types
  2. Write interpolation functions
  3. Write clamping / clipping / wrapping functions
  4. Have a noise ident that returns a random number between -1 and 1
vitreo12 commented 4 years ago

89