voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
575 stars 104 forks source link

Store/Fetch Message Command #207

Closed MaZderMind closed 6 years ago

MaZderMind commented 6 years ago

For external UIs which have their own distinct state (ie. Voctoknopf), a Command is needed which stores and holds a Message for that kind of device.

The following Commands would be used to access it:

> store_message foo moo bar lala {'my':'content'} 42
< message foo moo bar lala {'my':'content'} 42          (broadcast)

> fetch_message foo
< message foo moo bar lala {'my':'content'} 42