Adafruit_NeoTrellisM4 icon indicating copy to clipboard operation
Adafruit_NeoTrellisM4 copied to clipboard

Add the 'chroma' to the chromatic scale. 🌈

Open tapiralec opened this issue 6 years ago • 1 comments

Since the Wheel function is already in this example, it's kinda nice to get some visual feedback of which note is being pressed too!

(mod 12 because that's how many notes are in the chromatic scale, then multiply by 255/12 to evenly space them on Wheel's input)

tapiralec avatar Dec 10 '18 07:12 tapiralec