debug: print note on/off to journal
Validate and Test / validate-patches (push) Failing after 13s

This commit is contained in:
2026-06-24 04:08:24 -07:00
parent 979e89e305
commit 1d431c8902
+1
View File
@@ -137,6 +137,7 @@ def main():
if changed: if changed:
changed_true += 1 changed_true += 1
events_processed += 1 events_processed += 1
print(f"[viz] note {note} {'on' if vel > 0 else 'off'} events={events_processed}", flush=True)
params = render(active_notes) params = render(active_notes)
if params != last_sent_params: if params != last_sent_params:
msg_id = (msg_id + 1) % 65535 msg_id = (msg_id + 1) % 65535