- Flashes buttons on an otherwise static UI
- Responds to signals from a WebSocket server
- Intended for use with Qun mk2
- Could be adapted to any static UI, to preview usage "flash buttons"
- Not ready for usage by users
- Flashes a few buttons on reload
- Get the WebSocket server working to send / receive commands
- pip install websockets
- npm install http-server -g
-
in one shell: http-server
-
in another shell: python3 websocket_server.py
-
navigate to http://localhost:8080
- Only tested on macOS Sonoma 14.2.1
- Test if websocket server is running with
- npm install -g wscat
- wscat ws://localhost:8765