diff options
author | Florian Zeitz <florob@babelmonkeys.de> | 2016-08-16 01:57:01 +0200 |
---|---|---|
committer | Florian Zeitz <florob@babelmonkeys.de> | 2016-08-21 12:08:31 +0200 |
commit | 0319be21855f9c9f4d618552ddde2a852d56869a (patch) | |
tree | f9fa1e0f169d8d8623e37e26872c722a06dd2ae9 /example-scripts/voctomidi/README.md | |
parent | 58706980c493676bb60db016e4d195124abb648d (diff) |
Add voctomidi for controlling voctocore via MIDI
Diffstat (limited to 'example-scripts/voctomidi/README.md')
-rw-r--r-- | example-scripts/voctomidi/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example-scripts/voctomidi/README.md b/example-scripts/voctomidi/README.md new file mode 100644 index 0000000..b171f8a --- /dev/null +++ b/example-scripts/voctomidi/README.md @@ -0,0 +1,10 @@ +# Voctomidi - Control Voctocore from a MIDI controller + +## Configuration +Set the `device` option in the `midi` section to the device +you want to connect to. This can be either a device name, or port. +If this is unset or the device can't be found a list of connected devices will +be provided for you to choose from. + +In the `eventmap` section MIDI NOTE ON events are mapped to Voctocore layouts. +The syntax is `<note>=<srcA> <srcB> <mode>`. |