aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-06-07 11:07:57 +0200
committerDevine Lu Linvega <[email protected]>2019-06-07 11:07:57 +0200
commitb4d9385c106cf92c84d3a79c3e8c422a10e17883 (patch)
tree9e1eeefc070285a1cb642023981633b2bd5bd4cd /README.md
parent469eaf27d569498939d5341a4b2dc778a1fb8e27 (diff)
downloadOrca-b4d9385c106cf92c84d3a79c3e8c422a10e17883.tar.gz
Orca-b4d9385c106cf92c84d3a79c3e8c422a10e17883.zip
Added docs for keys
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29221f0..8abafa7 100644
--- a/README.md
+++ b/README.md
@@ -54,11 +54,10 @@ npm start
### IO
-#### Send
-
- `:` **midi**(channel octave note velocity length): Sends a MIDI note.
- `%` **mono**(channel octave note velocity length): Sends monophonic MIDI note.
- `!` **cc**(channel knob value): Sends MIDI control change.
+- `&` **keys**(channel): Receive a MIDI note.
- `;` **udp**: Sends UDP message.
- `=` **osc**(*path*): Sends OSC message.