• Joined on 2024-06-17
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:14:36 +00:00
86facfea38 clean: remove debug logging, final viz cleanup
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:09:57 +00:00
4f07a4007f fix: use NOTIFICATION (type 2) for draw_frame RPC
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:03:35 +00:00
2af901bdca debug: add real-time logging to viz (note on/off, frame sent/drop)
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:59:12 +00:00
39e9b5c2fa fix: no reconnect storm on send failure, reduce refresh to 1 FPS
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:57:17 +00:00
2968d57e1d fix: add Bridge.run() to loop() so MCU processes incoming RPCs
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:55:40 +00:00
f43d046153 fix: restore executable permission on viz script
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:47:00 +00:00
3b40592055 fix: robust router send with auto-reconnect, 10ms timeout
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:45:17 +00:00
f70a8701c9 fix: make router socket non-blocking to prevent poll loop stalls
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:30:24 +00:00
31bd1d497c fix: use angle-bracket includes for Arduino libs
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:28:42 +00:00
c3007867c4 fix: remove libraries from sketch.yaml, let CLI auto-detect
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:27:23 +00:00
94614bf774 fix: git stash before deploy, no pop (discard board changes)
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:24:54 +00:00
014682e509 feat: auto-flash MCU sketch on post-merge if sketch/ changes
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:24:35 +00:00
2ac964907c refactor: rename sketch to sketch.ino, add flash-sketch recipe
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:09:49 +00:00
7af3874757 fix: event-driven viz with immediate rendering, zero decay, clean stats
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:08:26 +00:00
1d431c8902 debug: print note on/off to journal
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:07:19 +00:00
979e89e305 fix indentation and debug: add pipeline counters
david pushed to main at david/uno-q-audio-synth 2026-06-24 11:03:04 +00:00
89da97c637 debug: log raw message content to journal
david pushed to main at david/uno-q-audio-synth 2026-06-24 10:59:14 +00:00
515617ac94 debug: add bytes_received and raw_packets to viz stats
david pushed to main at david/uno-q-audio-synth 2026-06-24 10:56:51 +00:00
a94ac07a5c fix: pack frame at render time, send without POLLOUT dependency
david pushed to main at david/uno-q-audio-synth 2026-06-24 10:31:20 +00:00
68d38de9a5 fix: rewrite viz as event-driven with zero-latency MIDI rendering