Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.26 KB

FlaskDings

An UI and API for mididings, the community version

  • It allows direct navigation through scenes and subscenes and the others commands supported by the mididings's OSC feature

Backend

  • Flask
  • A mididings.LiveOSC server instance
  • Flask Socket IO, allow multiple clients and realtime refresh when navigation change.
  • Expose standard REST endpoints

REST API specification

  • It allows direct navigation through scenes and subscenes with REST API calls. Convenient to create your own UI

Dependencies

  • mididings community version >= 20230114 (For previous version, use the Flaskdings TAG mididings-legacy)
  • Flask
  • PyLiblo
  • liblo
  • Flask SocketIO

Support FlaskDings

  • Contributors, suggestions and PR are welcome to improve FlaskDings and mididings

Mididings community version ressources

License

All files in this repository are released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

For more details, please read the LICENSE file.