aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index ce9a663..91e5d71 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ on any other (or the same) supported protocol, for example to:
* Translate MIDI Control Changes into Notes ([Example configuration](configs/unifest-17.cfg))
* Translate MIDI Notes into ArtNet or sACN ([Example configuration](configs/launchctl-sacn.cfg))
-* Translate OSC messages into MIDI
+* Translate OSC messages into MIDI ([Example configuration](configs/midi-osc.cfg))
* Use an OSC app as a simple lighting controller via ArtNet or sACN
* Visualize ArtNet data using OSC tools
* Control lighting fixtures or DAWs using gamepad controllers ([Example configuration](configs/evdev.conf))
@@ -27,37 +27,37 @@ on any other (or the same) supported protocol, for example to:
* [Usage](#usage)
* [Configuration](#configuration)
* [Backend documentation](#backend-documentation)
- + [The `artnet` backend](#the--artnet--backend)
+ + [The `artnet` backend](#the-artnet-backend)
- [Global configuration](#global-configuration)
- [Instance configuration](#instance-configuration)
- [Channel specification](#channel-specification)
- - [Known bugs / problems](#known-bugs---problems)
- + [The `sacn` backend](#the--sacn--backend)
+ - [Known bugs / problems](#known-bugs--problems)
+ + [The `sacn` backend](#the-sacn-backend)
- [Global configuration](#global-configuration-1)
- [Instance configuration](#instance-configuration-1)
- [Channel specification](#channel-specification-1)
- - [Known bugs / problems](#known-bugs---problems-1)
- + [The `midi` backend](#the--midi--backend)
+ - [Known bugs / problems](#known-bugs--problems-1)
+ + [The `midi` backend](#the-midi-backend)
- [Global configuration](#global-configuration-2)
- [Instance configuration](#instance-configuration-2)
- [Channel specification](#channel-specification-2)
- - [Known bugs / problems](#known-bugs---problems-2)
- + [The `evdev` backend](#the--evdev--backend)
+ - [Known bugs / problems](#known-bugs--problems-2)
+ + [The `evdev` backend](#the-evdev-backend)
- [Global configuration](#global-configuration-3)
- [Instance configuration](#instance-configuration-3)
- [Channel specification](#channel-specification-3)
- [Known bugs/problems](#known-bugs-problems)
- + [The `loopback` backend](#the--loopback--backend)
+ + [The `loopback` backend](#the-loopback-backend)
- [Global configuration](#global-configuration-4)
- [Instance configuration](#instance-configuration-4)
- [Channel specification](#channel-specification-4)
- - [Known bugs / problems](#known-bugs---problems-3)
- + [The `osc` backend](#the--osc--backend)
+ - [Known bugs / problems](#known-bugs--problems-3)
+ + [The `osc` backend](#the-osc-backend)
- [Global configuration](#global-configuration-5)
- [Instance configuration](#instance-configuration-5)
- [Channel specification](#channel-specification-5)
- - [Supported types & value ranges](#supported-types---value-ranges)
- - [Known bugs / problems](#known-bugs---problems-4)
+ - [Supported types & value ranges](#supported-types--value-ranges)
+ - [Known bugs / problems](#known-bugs--problems-4)
* [Building](#building)
+ [Prerequisites](#prerequisites)
+ [Build](#build)