diff options
author | Devine Lu Linvega <[email protected]> | 2019-06-07 11:07:57 +0200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-06-07 11:07:57 +0200 |
commit | b4d9385c106cf92c84d3a79c3e8c422a10e17883 (patch) | |
tree | 9e1eeefc070285a1cb642023981633b2bd5bd4cd /README.md | |
parent | 469eaf27d569498939d5341a4b2dc778a1fb8e27 (diff) | |
download | Orca-b4d9385c106cf92c84d3a79c3e8c422a10e17883.tar.gz Orca-b4d9385c106cf92c84d3a79c3e8c422a10e17883.zip |
Added docs for keys
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |