adafruit / Adafruit_NeoTrellisM4

Example sketches for the NeoTrellis M4 board
51 stars 34 forks source link

Add the 'chroma' to the chromatic scale. 🌈 #11

Open tapiralec opened 5 years ago

tapiralec commented 5 years ago

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)

cbmainz commented 5 years ago

Cool, I will put this in my modification of the arpeggiator_synth.