aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-05-09 07:20:55 +0900
committerDevine Lu Linvega <[email protected]>2019-05-09 07:20:55 +0900
commit019cc070fadc59dc3b46a15f415b3fe380e7adf5 (patch)
tree4e8ecd9d6d606f77a42d1326df3c9ae0f75103de /README.md
parenta0b219c4f54fff037d5581b500dc5f33e484f10c (diff)
downloadOrca-019cc070fadc59dc3b46a15f415b3fe380e7adf5.tar.gz
Orca-019cc070fadc59dc3b46a15f415b3fe380e7adf5.zip
Fixed typo in docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c431001..7b13888 100644
--- a/README.md
+++ b/README.md
@@ -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.