Recitation 7: Neopixel Music Visualization
TASK 1 (Yes I changed red into green) TASK 2: (⬆️I really think this strip looks like Thanos’s glove.) TASK 4: import processing.sound.*; SoundFile sample; Amplitude analysis; void setup() { size(640, 480); // load and play a sound file in a loop sample = new SoundFile(this, “夏日入侵企画 – 🎇.mp3”); sample.loop(); // create the Amplitude analysis object analysis = new … Continue reading Recitation 7: Neopixel Music Visualization