Pixel 6 pulses on MIDI Clock beat (0xF8) - all on Core 0
- Detect 0xF8 in midi_transport.cpp (runs on Core 0) - Every 24th tick = beat, flash pixel 6 white - Instant-on, quadratic fade over 80ms, restore to dim - All FastLED calls stay on Core 0, no cross-core conflict
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
||||
extern volatile uint32_t midi_tick_count;
|
||||
|
||||
struct MidiEvent {
|
||||
enum Type {
|
||||
NOTE_ON,
|
||||
|
||||
Reference in New Issue
Block a user