NicoHood / MSGEQ7

Library for Musicvisualization with MSGEQ7
160 stars 31 forks source link

Fix FastLED example #4

Closed NicoHood closed 8 years ago

NicoHood commented 8 years ago

Yeah the syntax of map() is old. Should be fixed.

Jorgen-VikingGod commented 8 years ago

Yes - you have to use this instead:

val = mapNoise(val);
NicoHood commented 8 years ago

Fixed in 1.2.2