aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-05-04 20:31:57 +0200
committercbdev <cb@cbcdn.com>2020-05-04 20:31:57 +0200
commitfaf34959ee4a86441bc3e96229fbd5365869d523 (patch)
tree8675a06b33afa6eea6cd44e43098fbf7f2e5e657
parenteabdc18aa2209f3526d1068510991ce7f17a4fe6 (diff)
downloadmidimonster-faf34959ee4a86441bc3e96229fbd5365869d523.tar.gz
midimonster-faf34959ee4a86441bc3e96229fbd5365869d523.tar.bz2
midimonster-faf34959ee4a86441bc3e96229fbd5365869d523.zip
Mention wininput in main README (Fixes #57)
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2eda183..161fcaa 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Currently, the MIDIMonster supports the following protocols:
| OpenSoundControl (OSC) | Linux, Windows, OSX | | [`osc`](backends/osc.md) |
| RTP-MIDI | Linux, Windows, OSX | AppleMIDI sessions supported | [`rtpmidi`](backends/rtpmidi.md) |
| OpenPixelControl | Linux, Windows, OSX | 8 Bit & 16 Bit modes | [`openpixelcontrol`](backends/openpixelcontrol.md) |
-| evdev input devices | Linux | Virtual output supported | [`evdev`](backends/evdev.md) |
+| Input devices (Mouse, Keyboard, etc)| Linux, Windows | | [`evdev`](backends/evdev.md), [`wininput`](backends/wininput.md) |
| Open Lighting Architecture | Linux, OSX | | [`ola`](backends/ola.md) |
| MA Lighting Web Remote | Linux, Windows, OSX | GrandMA2 and dot2 (incl. OnPC) | [`maweb`](backends/maweb.md) |
| JACK/LV2 Control Voltage (CV) | Linux, OSX | | [`jack`](backends/jack.md) |
@@ -156,6 +156,7 @@ special information. These documentation files are located in the `backends/` di
* [`lua` backend documentation](backends/lua.md)
* [`python` backend documentation](backends/python.md)
* [`maweb` backend documentation](backends/maweb.md)
+* [`wininput` backend documentation](backends/wininput.md)
## Installation