sensorium / Mozzi

sound synthesis library for Arduino

Home Page:https://sensorium.github.io/Mozzi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review uses of "int", and "long" data types.

tfry-git opened this issue · comments

          There are some unsigned longs in the code base too which should be reviewed with an eye to the larger platforms. we don't need phase precision better than 24bits in most musical applications so uint32_t is good enough.

Originally posted by @adrianfreed in #37 (comment)