diff --git a/src/Documentation.ts b/src/Documentation.ts index 023755a..04df295 100644 --- a/src/Documentation.ts +++ b/src/Documentation.ts @@ -601,6 +601,9 @@ midi_output("MIDI Rocket-Trumpet") That's it! You are now ready to play with MIDI. ## Notes + +The most basic MIDI event is the note. MIDI notes traditionally take three parameters: _note_ (from 0 to 127), _velocity_ (from 0 to 127) and _channel_ (from 0 to 15). + - midi(note: number|object): send a MIDI Note. Object can take parameters {note: number, channel: number, port: number|string, velocity: number}. ${makeExample(