From 1a23b9339c0164ec18fe6dc5eb900185e4f9d886 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 4 Sep 2019 21:31:14 +0200 Subject: Update the list of supported protocols to a table --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cf4d8d1..25cdce0 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ tool between multi-channel absolute-value-based control and/or bus protocols. Currently, the MIDIMonster supports the following protocols: -* MIDI (Linux, via ALSA) -* ArtNet -* Streaming ACN (sACN / E1.31) -* OpenSoundControl (OSC) -* evdev input devices (Linux) -* Open Lighting Architecture (OLA) -* MA Lighting Web Remote - -with additional flexibility provided by a Lua scripting environment. +| Protocol | Operating Systems | Notes | Backends | +|-------------------------------|-----------------------|-------------------------------|-------------------------------| +| MIDI | Linux | Via ALSA | [`midi`](backends/midi.md) | +| ArtNet | Linux, Windows, OSX | Version 4 | [`artnet`](backends/artnet.md)| +| Streaming ACN (sACN / E1.31) | Linux, Windows, OSX | | [`sacn`](backends/sacn.md) | +| OpenSoundControl (OSC) | Linux, Windows, OSX | | [`osc`](backends/osc.md) | +| evdev input devices | Linux | Virtual output supported | [`evdev`](backends/evdev.md) | +| Open Lighting Architecture | Linux, OSX | | [`ola`](backends/ola.md) | +| MA Lighting Web Remote | Linux, Windows, OSX | GrandMA and dot2 (incl. OnPC) | [`maweb`](backends/maweb.md) | + +with additional flexibility provided by a [Lua scripting environment](backends/lua.md). The MIDIMonster allows the user to translate any channel on one protocol into channel(s) on any other (or the same) supported protocol, for example to: -- cgit v1.2.3