aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/openpixelcontrol.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-27 00:33:22 +0100
committercbdev <cb@cbcdn.com>2020-02-27 00:33:22 +0100
commite1fcd4d11cfdbad54470b2cce98d8b749464ec00 (patch)
tree1fc646402cca3934cd7fe87153a5f86fd9edf868 /backends/openpixelcontrol.md
parent1b3878956f02e274c480815774f9c6f39d65117f (diff)
downloadmidimonster-e1fcd4d11cfdbad54470b2cce98d8b749464ec00.tar.gz
midimonster-e1fcd4d11cfdbad54470b2cce98d8b749464ec00.tar.bz2
midimonster-e1fcd4d11cfdbad54470b2cce98d8b749464ec00.zip
Implement OpenPixelControl server mode (8bit)
Diffstat (limited to 'backends/openpixelcontrol.md')
-rw-r--r--backends/openpixelcontrol.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/backends/openpixelcontrol.md b/backends/openpixelcontrol.md
index ce60278..6dd38bc 100644
--- a/backends/openpixelcontrol.md
+++ b/backends/openpixelcontrol.md
@@ -45,5 +45,10 @@ strip1.blue2 < strip2.green66
#### Known bugs / problems
-If the connection is lost, it is currently not reestablished and may cause exit the MIDIMonster entirely.
-Thisi behaviour may be changed in future releases.
+If the connection is lost, it is currently not reestablished and may cause the MIDIMonster to exit entirely.
+This behaviour may be changed in future releases.
+
+While acting as an OpenPixelControl server, the backend allows multiple clients to connect.
+This may lead to confusing data output when multiple clients are trying to control the same strip.
+
+16 bit server mode is not implemented yet. This will be fixed in a future release.