almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

Making numbers a bit more accurate #4

Closed KarateSnoopy closed 6 years ago

KarateSnoopy commented 6 years ago

Switched to double since float max 3.40282e+38 according to http://en.cppreference.com/w/cpp/types/numeric_limits/max, and made some of the other numbers a little more accurate.

almostEric commented 6 years ago

Thank you so much.