This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user