diff options
| author | cbdev <cb@cbcdn.com> | 2019-09-17 22:08:14 +0200 | 
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2019-09-17 22:08:14 +0200 | 
| commit | 1061c4a683df6ccef98c4307860d1c1db323131a (patch) | |
| tree | 37d9b8009c05250f53a0d8ba6a109009dfe4210c /README.md | |
| parent | 1c8d7c570678c2f4f3bf61529489336f9d085f8d (diff) | |
| download | midimonster-1061c4a683df6ccef98c4307860d1c1db323131a.tar.gz midimonster-1061c4a683df6ccef98c4307860d1c1db323131a.tar.bz2 midimonster-1061c4a683df6ccef98c4307860d1c1db323131a.zip | |
Publish winmidi backend
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -7,7 +7,7 @@ Currently, the MIDIMonster supports the following protocols:  | Protocol			| Operating Systems	| Notes				| Backends			|  |-------------------------------|-----------------------|-------------------------------|-------------------------------| -| MIDI				| Linux			| Via ALSA			| [`midi`](backends/midi.md)	| +| MIDI				| Linux, Windows	| Linux: via ALSA		| [`midi`](backends/midi.md), [`winmidi`](backends/winmidi.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)	| @@ -117,6 +117,7 @@ configuration options, channel specification syntax and any known problems or ot  special information. These documentation files are located in the `backends/` directory.  * [`midi` backend documentation](backends/midi.md) +* [`winmidi` backend documentation](backends/winmidi.md)  * [`artnet` backend documentation](backends/artnet.md)  * [`sacn` backend documentation](backends/sacn.md)  * [`evdev` backend documentation](backends/evdev.md) | 
