Block bypass/toggle not synced via WebSocket to SPA #14

Closed
opened 2026-06-14 05:19:45 +00:00 by shawn · 1 comment
Owner

When a block is toggled from another client or footswitch changes affect individual blocks, the SPA doesn't update in real-time. Add WS handler.

When a block is toggled from another client or footswitch changes affect individual blocks, the SPA doesn't update in real-time. Add WS handler.
shawn closed this issue 2026-06-18 23:14:02 +00:00
Author
Owner

Fixed in commit 47bb535. Added WebSocket connection in the SPA with a handler for block_toggled messages that calls loadState() to refresh the block display immediately.

Fixed in commit 47bb535. Added WebSocket connection in the SPA with a handler for block_toggled messages that calls loadState() to refresh the block display immediately.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/pi-multifx-pedal#14