diff options
author | Devine Lu Linvega <[email protected]> | 2019-05-09 07:20:55 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-05-09 07:20:55 +0900 |
commit | 019cc070fadc59dc3b46a15f415b3fe380e7adf5 (patch) | |
tree | 4e8ecd9d6d606f77a42d1326df3c9ae0f75103de /README.md | |
parent | a0b219c4f54fff037d5581b500dc5f33e484f10c (diff) | |
download | Orca-019cc070fadc59dc3b46a15f415b3fe380e7adf5.tar.gz Orca-019cc070fadc59dc3b46a15f415b3fe380e7adf5.zip |
Fixed typo in docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ For example, `:25C`, is a **C note, on the 5th octave, through the 3rd MIDI chan ## MIDI MONO -The [MIDI](https://en.wikipedia.org/wiki/MIDI) operator `%` takes up to 5 inputs('channel, 'octave, 'note, velocity, length). +The [MONO](https://en.wikipedia.org/wiki/Monophony) operator `%` takes up to 5 inputs('channel, 'octave, 'note, velocity, length). This operator is very similar to the default Midi operator, but **each new note will stop the previously playing note**, would its length overlap with the new one. Making certain that only a single note is ever played at once, this is ideal for monophonic analog synthetisers that might struggle to dealing with chords and note overlaps. |