aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorЛu Лinveгa <[email protected]>2019-04-14 08:29:00 +0900
committerGitHub <[email protected]>2019-04-14 08:29:00 +0900
commitebe9457bc100d069f430578b527b9e9361d4f5ff (patch)
tree0cb13f6e10038c619d57e23692a1403b30f72449
parent81a2b92e39dd91de94ed54fb72323974fc2ed117 (diff)
downloadOrca-ebe9457bc100d069f430578b527b9e9361d4f5ff.tar.gz
Orca-ebe9457bc100d069f430578b527b9e9361d4f5ff.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebc0730..57d1914 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,6 @@ The [MIDI](https://en.wikipedia.org/wiki/MIDI) operator `:` takes up to 5 inputs
For example, `:25C`, is a **C note, on the 5th octave, through the 3rd MIDI channel**, `:04c`, is a **C# note, on the 4th octave, through the 1st MIDI channel**. Velocity is an optional value from `0`(0/127) to `g`(127/127). Note length is the number of frames during which a note remains active. See it in action with [midi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/_midi.orca).
-If you are on Windows, use something like [loopMidi](http://www.tobias-erichsen.de/software/loopmidi.html) to help routing midi signal across applications.
-
## MIDI CC
The [MIDI CC](https://www.sweetwater.com/insync/continuous-controller/) operator `^` takes 3 inputs('channel, 'knob, 'value).