sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.05k stars 184 forks source link

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

Open tfry-git opened 3 months ago

tfry-git commented 3 months ago
          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 https://github.com/sensorium/Mozzi/issues/37#issuecomment-374061546