projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 365 forks source link

Use PRJM_EVAL_F in ShapePerFrameContext #775

Closed dpw13 closed 4 months ago

dpw13 commented 4 months ago

Noticed that ShapePerFrameContext is still using doubles instead of PRJM_EVAL_F. Should have no noticeable effect apart from perhaps faster execution when PRJM_EVAL_F is a float instead of a double on embedded platforms.