• Joined on 2024-06-17
david pushed to main at david/nr-flow-validator 2026-07-01 02:16:30 +00:00
ca1c7eda26 Initial: Node-RED flow validator with conftest/Rego
david created branch main in david/nr-flow-validator 2026-07-01 02:16:30 +00:00
david created repository david/rpi-zigbee-stack 2026-07-01 02:14:30 +00:00
david created repository david/nr-flow-validator 2026-07-01 02:14:29 +00:00
david pushed to main at david/uno-q-audio-synth 2026-06-25 02:10:14 +00:00
3725df926e Fix MIDI bridge: remove semicolons (corrupts Pd velocity parsing), retry on device busy
david pushed to main at david/uno-q-audio-synth 2026-06-25 01:11:02 +00:00
eff3c45849 Fix onboard audio: use amixer instead of broken alsaucm for DSP routing
david pushed to main at david/uno-q-audio-synth 2026-06-25 00:41:04 +00:00
61be770746 Use active_notes for audio indicator instead of separate file
david pushed to main at david/uno-q-audio-synth 2026-06-25 00:40:19 +00:00
3db6b5904c Add service health indicators to LED matrix viz
david pushed to main at david/uno-q-audio-synth 2026-06-25 00:33:04 +00:00
493255eb00 Fix justfile parsing: extract inline Python to reset-mcu.py script
david pushed to main at david/uno-q-audio-synth 2026-06-25 00:31:06 +00:00
d4856804ff Fix onboard audio: apply ALSA UCM HiFi verb before Pd start
david pushed to main at david/uno-q-audio-synth 2026-06-24 23:47:08 +00:00
191c70fd18 fix: replace cyclone env~ with vanilla line~ envelope, fix stripnote outlet
david pushed to main at david/uno-q-audio-synth 2026-06-24 23:24:27 +00:00
8d3666cdaa fix: replace hsl with loadbang floats for headless Pd
david pushed to main at david/uno-q-audio-synth 2026-06-24 22:02:43 +00:00
c0af9c6b6f feat: add pipeline diagnostic script, viz/midi log recipes, reset-mcu recipe
david pushed to main at david/uno-q-audio-synth 2026-06-24 21:54:30 +00:00
b4d19f680a fix: ensure script executability on every pull
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:24:22 +00:00
340ea3ec0a fix: reduce loop delay to 10ms so __loopHook processes RPCs
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:23:22 +00:00
f547201c98 fix: non-blocking response drain using setblocking(False)
david pushed to main at david/uno-q-audio-synth 2026-06-24 12:20:29 +00:00
88ddf740cf fix: use REQUEST (type 0) + drain response after each send
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)