stagedings – API for mididings Scene Control
stagedings is a small FastAPI-based service that allows remote control of mididings scenes via WebSocket OR HTTP.
It is designed for live setups, automation, and external controllers (web interfaces, tablets, OSC bridges, etc.).
Why Stagedings?
mididings is extremely powerful for MIDI routing, but controlling scene switching programmatically can require custom scripting.
stagedings provides:
- UI to switch scenes via websockets
- HTTP API to switch scenes
- REST endpoints for next / previous / activate
- Lightweight FastAPI implementation
Example Use Cases
- Control scene switching from a tablet
- Trigger scene changes from another application
Repository
https://github.com/mididings/stagedings
Contributions, ideas and feedback are welcome!