summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-11 20:19:23 +0200
committerThomas White <taw@physics.org>2024-04-11 20:20:09 +0200
commit1c26abe26e9ef2757983b2164816ab3bc9bdd08c (patch)
tree2e75f6d3b114748f7c746881de3a647cc301c107 /README.md
parent088177b637e6a91197db86d9ad93211cf544276f (diff)
Add Eos example
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a39aec6..ade31d8 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,15 @@ bidirectionally via a TCP connection, use `osc-send-from`. For example:
(osc-send-from dst srv "/method/name" 1 2 3)
```
+
+Examples
+--------
+
+See [examples/eos-x1k2.scm](examples/eos-x1k2.scm) for an example. This is the
+script I use, in conjunction with [x1k2-midi-osc-alsa](https://github.com/taw10/x1k2-midi-osc-alsa),
+to connect a USB MIDI control surface to [Eos](https://www.etcconnect.com/Products/Consoles/Eos-Consoles/).
+
+
Licence
-------