diff options
author | Лu Лinveгa <[email protected]> | 2019-04-14 08:29:00 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-14 08:29:00 +0900 |
commit | ebe9457bc100d069f430578b527b9e9361d4f5ff (patch) | |
tree | 0cb13f6e10038c619d57e23692a1403b30f72449 | |
parent | 81a2b92e39dd91de94ed54fb72323974fc2ed117 (diff) | |
download | Orca-ebe9457bc100d069f430578b527b9e9361d4f5ff.tar.gz Orca-ebe9457bc100d069f430578b527b9e9361d4f5ff.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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). |